Valid Date: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
:{{Template:XFRACAS.Blue|<!—}}{{APIComment|Day, Month and Year are required to be a valid date.}}
:{{Template:XFRACAS.Blue|<!—}}{{APIComment|Day, Month and Year are required to be a valid date.}}
:{{Template:XFRACAS.Blue|<!—}}{{APIComment|All Dates imported should be in UTC or GMT+0, as all data stored in the database is in UTC.}}
:{{Template:XFRACAS.Blue|<!—}}{{APIComment|All Dates imported should be in UTC or GMT+0, as all data stored in the database is in UTC.}}
:{{Template:XFRACAS.Blue|</Date>}}
:{{Template:XFRACAS.Blue|<Date>}}
::{{Template:XFRACAS.Blue|<!—}}{{APIComment|4 Digit Integer.}}
::{{Template:XFRACAS.Blue|<!—}}{{APIComment|4 Digit Integer.}}
::'''<font color=Blue><Year></font>2013<font color=Blue></Year></font>'''
::'''<font color=Blue><Year></font>2013<font color=Blue></Year></font>'''

Revision as of 22:55, 3 April 2015


<!— 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>