HTML sitemap date
« on: March 09, 2009, 11:14:00 AM »
Can you please tell me if it is possible to change format of Last updated: 2009, March 9 on the HTML sitemap to March 9th, 2009.
Regards, Kenneth.
Re: HTML sitemap date
« Reply #1 on: March 09, 2009, 11:48:43 PM »
Hello,

yes, you should manually set this option in config.inc.php file:
    'xs_dateformat' => 'F jS, Y',
Re: HTML sitemap date
« Reply #2 on: March 10, 2009, 10:20:47 AM »
Thanks for the quick reply. Now formats as I want it.
Regards, Kenneth.
Re: HTML sitemap date
« Reply #3 on: July 20, 2010, 07:24:45 PM »
Can you let me know what file this is now in?
Re: HTML sitemap date
« Reply #4 on: July 20, 2010, 09:39:39 PM »
It's now defined in generator/data/generator.conf file:
<option name="xs_dateformat">Y, F j</option>
Re: HTML sitemap date
« Reply #5 on: July 20, 2010, 09:42:29 PM »
Thanks Oleg - now have a dynamic sitemap page and it looks good :)