Wednesday 02 March 2005 9:36:06 am
Hi, I tried to format a date with the following code: {$node.object.data_map.date.data_int|datetime(custom,"%l, %d. %F %Y")} The output is 'Donnerstag, 05. Januar 2005' (Thursday, 05. January 2005)
The date is right - except for the weekday: January 5th 2005 was a WEDNESDAY... How could this happen????
|