Quote:
Originally Posted by iomari
Can someone give me a hint how to add the timestamp field as a custom column?
I can't seem to find the right function to use for the template.
|
Use {timestamp}. No function is necessary.
If you want to format it, then use {timestamp:'format_date($, 'yyyy')'} where 'yyyy' is replaced with the format you wish. If you want the full ISO timestamp including the time, use {:'raw_field('timestamp')'}