This is off topic, but there seems to be a lot of confusion about the ISO date 
and time formats.  I recommend everyone to read the summary on the ISO web 
site:

http://www.iso.ch/iso/en/prods-services/popstds/datesandtime.html

The format including both date & time is:
        YYYY-MM-DDThh:mm:ss
where the capital letter T is used to separate the date and time components.  
For example, 2003-04-01T13:01:02.  You can also write the date without the 
time.

Note that the date separator is "-" and the time separator is ":".  Finally, 
note that you need all 4 numbers in the year, not just the last 2.

John

Reply via email to