Valid Date: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
m (Protected "Valid Date" ([edit=sysop] (indefinite) [move=sysop] (indefinite)))
No edit summary
Line 1: Line 1:
{{Template:XFRACAS.XML.Import.Doc.Class|Common Elements|Common Elements}}
{{Template:XFRACAS.XML.Import.Doc.Class|Common Elements|Common Elements}}
* The Day, Month and Year must be a valid date.
 
* If the Hour, Minute, or Second elements contain values they must be a valid time.
:{{Template:XFRACAS.Blue|<!—}}{{APIComment|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.<br>
:{{Template:XFRACAS.Blue|<!—}}{{APIComment|All Dates imported should be in UTC or GMT+0, as all data stored in the database is in UTC.}}
FormattedDate is for display information on the export only.
:{{Template:XFRACAS.Blue|</Date>}}
::{{Template:XFRACAS.Blue|<!—}}{{APIComment|4 Digit Integer.}}
::'''<font color=Blue><Year></font>2013<font color=Blue></Year></font>'''
::{{Template:XFRACAS.Blue|<!—}}{{APIComment|Integer-including to and between 1 and 12.}}
::'''<font color=Blue><Month></font>6<font color=Blue></Month></font>'''
::{{Template:XFRACAS.Blue|<!—}}{{APIComment|Integer-including to and between 1 and 31.}}
::'''<font color=Blue><Day></font>19<font color=Blue></Day></font>'''
::{{Template:XFRACAS.Blue|<!—}}{{APIComment|Integer-including to and between 0 and 24.}}
::<font color=Blue><Hour></font>20<font color=Blue></Hour></font>
::{{Template:XFRACAS.Blue|<!—}}{{APIComment|Integer-including to and between 0 and 60.}}
::<font color=Blue><Minute></font>21<font color=Blue></Minute></font>
::{{Template:XFRACAS.Blue|<!—}}{{APIComment|Integer-including to and between 0 and 60.}}
::<font color=Blue><Second></font>0<font color=Blue></Second></font>
::{{Template:XFRACAS.Blue|<!—}}{{APIComment|FormattedDate is a String and is for display information on an export only.}}
::<font color=Blue><FormattedDate></font>06/19/2013 08:21 PM<font color=Blue></FormattedDate></font>
:{{Template:XFRACAS.Blue|</Date>}}

Revision as of 23:47, 11 February 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>