2013-01-12, 02:09:45
Ok. Another test, again insert somewhere in template or visible component:
and paste what you get.
PHP Code:
<?php echo setlocale(LC_ALL,''); ?>
<br />
<?php echo nm_get_date('%B, %b, %h',strtotime('Thu, 10 Feb 2013 10:02:13 +0100')); ?>
-
<?php echo utf8_encode(nm_get_date('%B, %b, %h',strtotime('Thu, 10 Feb 2013 10:02:13 +0100'))); ?>
and paste what you get.