DateTime Format
Formats a datetime string.
Syntax:
format="
YourDateTimeString"
Where YourDateTimeString can contain any of the following:
d,dd,m,mm,yy,yyyyare as defined in Date Format.sSecond without a leading zero.ssSecond with a leading zero for seconds less than 10.nMinute without a leading zero.nnMinute with a leading zero for minutes less than 10.hHour without a leading zero.hhHour with a leading zero for hours less than 10.
Sample Code
<field name="
YourAPI_DateTime_FieldName" format="yyyy-mm-dd hh:nn:ss"/>
Results in a date and time that looks like this: 2012-01-27 13:59:59
<field name="
YourAPI_DateTime_FieldName" format="mm/dd hh:nn"/>
Results in a date and time that looks like this: 01/27 13:59
SECTIONS