date format?

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
u195819
Posts: 11
Joined: Mon 8. Nov 2004, 23:29

date format?

Post by u195819 »

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
Pappnase

Post by Pappnase »

hello

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
u195819
Posts: 11
Joined: Mon 8. Nov 2004, 23:29

Post by u195819 »

Prefect - Much Thanks!

jm
Pappnase

Post by Pappnase »

hello

i updated the docu for this time and date formatting things!

http://www.phpwcms-docu.de/system_tags.phtml
Post Reply