2010-05-02, 08:37:34
Hello;
Trying to solve this problem: http://get-simple.info/forum/viewtopic.php?id=342
I have made a plugin that translate publication date to spanish.
To use in template:
- <?php traduce_fecha_pub("l"); ?>
if you want to show the date in format dd/mm/yyyy
- <?php traduce_fecha_pub("n"); ?>
if you want to show the date in format dd de mes de año
If you want to use with other langs, translate array of months.
Regards
Trying to solve this problem: http://get-simple.info/forum/viewtopic.php?id=342
I have made a plugin that translate publication date to spanish.
To use in template:
- <?php traduce_fecha_pub("l"); ?>
if you want to show the date in format dd/mm/yyyy
- <?php traduce_fecha_pub("n"); ?>
if you want to show the date in format dd de mes de año
If you want to use with other langs, translate array of months.
Regards