NonStandard Time Format
Year Month Day Hour Minute Second => in any combination and with different separators
should be described in the special input area. This input area is displayed after selection of Nonstandard
Time Format.
You have to put:
- Y - for full numeric representation of a year, 4 digits
- y - for two digit representation of a year
- m - for numeric representation of a month, with or without leading zeros
- F or M - for textual representation, such as January (F) or Jan (M)
- d - for day of the month with or without leading zeros
- z - for the day of the year (starting from 0) with or without leading zeros.
Use checkbox if DOY starts from 1 (ie if DOY = 1 corresponds to 1 Jan)
- H - for 24-hour format of an hour with or without leading zeros
- i - for minutes with leading zeros
- s - for seconds with leading zeros
- .u - for milliseconds, 3 digits after decimal point
- .k - for milliseconds, 1 digit after decimal point
- separators: " ", ":", "-"; "/"
In case of time formats with spaces and without leading zeros or full (F) month representation you should fill time length input field
d-m-Y H:i:s.u => '30-06-2001 10:40:20.003'
d m Y H i s.u => '30 6 2001 1 02 20.003'; timeLength => 21
Y/d/m H-i-s => '2001/30/06 10-40-20'
etc...
Valid time range: 1970-01-01 - 2038-01-19