Hi there! I installed your archive plugin on http://www.dreimillionen.de, a german internet blog and translated most of your english terms. I am wondering if it is possible to change the format of the Date (i.e. the Month "Mar" or "Dec") to the german version (i.e. "Mrz" or "Dez")
With Google's help I found out, that you normally do this in php by using that one: setlocale(LC_TIME, 'de_DE');
But as I inserted that term right after the <?php tag in snazzy-archives.php nothing changed.
I thank you for your help and I think that an answer will help many users from all around the world to set their date format to their local one.
Vladimir’s WordPress Forum
change of date format
17:26
17 April, 2010
mike
Hi there!
I installed your archive plugin on http://www.dreimillionen.de, a german internet blog and translated most of your english terms.
I am wondering if it is possible to change the format of the Date (i.e. the Month "Mar" or "Dec") to the german version (i.e. "Mrz" or "Dez")
With Google's help I found out, that you normally do this in php by using that one:
setlocale(LC_TIME, 'de_DE');
But as I inserted that term right after the <?php tag in snazzy-archives.php nothing changed.
I thank you for your help and I think that an answer will help many users from all around the world to set their date format to their local one.
Thanks,
Mike