Summary:
parameter date_format of field=date_time_picker seems to have no effect
Detailed Description:
I tried to pass a date_format to the date_time_picker field like so:
{content_module module=ECB2 field=date_time_picker date_format="dd.mm.YY"
block='test8' label='Date Time Picker'}
This would allow german users to read the date in the format they are used to.
But to no effect. I also tried php DateTimeInterface::format syntax "%d.%m.%Y"
Its probably just a matter of missing documentation? Which exact syntax does
this parameter expect?
best
Ludger Merkens