Hi,
I'm trying to format a date inside of a template:
The timestamp field is defined as follows in the model:Code:{timestamp:date("d.m.Y")}
Unfortunatly the date is not shown if i try to use the :date(format) function. Any ideas or is this a bug?Code:{name: 'timestamp', type: 'date', dateFormat: 'c'},

