Enter a value using this pattern: yyyyMMddtHHmmss.SSS zzz . Enter:
- Two or four digits for the year
- Two digits for the month
- Two digits for the day
- The single
T (or t or period . or comma ,)
- Two digits for the hour
- Two digits for the minutes
- Two digits for the seconds
- A period
- Three digits for the milliseconds
- One space
- The literal
GMT for the zone.
The year, month, and day are required.
Separate the date and time portions of the value with either T , t , a single space, or a punctuation mark such as a period or a comma.
If you include milliseconds, separate the seconds from the milliseconds with either a period (. ) or a comma (, ). Use the GMT time zone only.
The time portion is optional. If you omit the time portion, follow the guidelines above for Date constants, by enclosing the value within parentheses.
If the year contains only two digits, the system uses an algorithm to determine a "reasonable" century based on the current date. During 2007, the system prefers dates between 1998 and 2098.
|