I am wondering what a date such as start_date will look like in its raw format? The default for that field is ---------- --:–:--, but what does it look like when populated? Is there a keyword that prints the time format that is in the database?
[quote]
I am wondering what a date such as start_date will look like in its raw format? The default for that field is ---------- --:–:--, but what does it look like when populated? Is there a keyword that prints the time format that is in the database?
[/quote]
The "Event Start" attribute keyword %asset_attribute_start_date% should give you the date in ISO8601 format. This would show the date as 2009-10-02 09:30:00 for example.
This is the same format stored in the database for Calendar Event date attributes.
[quote]
The "Event Start" attribute keyword %asset_attribute_start_date% should give you the date in ISO8601 format. This would show the date as 2009-10-02 09:30:00 for example.
This is the same format stored in the database for Calendar Event date attributes.
[/quote]
Perfect, thanks.