Valid Date
Jump to navigation
Jump to search
- <!— Day, Month and Year are required to be a valid date.
- <!— All Dates imported should be in UTC or GMT+0, as all data stored in the database is in UTC.
- <Date>
- <!— 4 Digit Integer.
- <Year>2013</Year>
- <!— Integer-including to and between 1 and 12.
- <Month>6</Month>
- <!— Integer-including to and between 1 and 31.
- <Day>19</Day>
- <!— Integer-including to and between 0 and 24.
- <Hour>20</Hour>
- <!— Integer-including to and between 0 and 60.
- <Minute>21</Minute>
- <!— Integer-including to and between 0 and 60.
- <Second>0</Second>
- <!— FormattedDate is a String and is for display information on an export only.
- <FormattedDate>06/19/2013 08:21 PM</FormattedDate>
- </Date>