when using {DATE_ARTICLE} i get the format to display like 2004/11/12
how can i get the format to be 11/12/2004?
thanks,
jm
date format?
hello
look into the conf.template_default.inc.php line 159
look into the conf.template_default.inc.php line 159
// date and time formatting
$template_default["date"]["language"] = "DE"; // DE=German, IT=Italian, FR=French
$template_default["date"]["long"] = "l, j. F Y"; // (Monday, 1. October 2003)
$template_default["date"]["medium"] = "D, j. M y"; // (Mon, 1. Oct 03)
$template_default["date"]["short"] = "Y/m/d"; // (2003/12/25)
$template_default["date"]["article"] = "Y/m/d"; // (2003/12/25)
$template_default["time"]["long"] = "H:i:s"; // 15:25:45
$template_default["time"]["short"] = "H:i"; // 15:25
hello
i updated the docu for this time and date formatting things!
http://www.phpwcms-docu.de/system_tags.phtml
i updated the docu for this time and date formatting things!
http://www.phpwcms-docu.de/system_tags.phtml