Date and time formats
When the HCL OneDB™ product reads a string that contains time data, it uses the display format to determine how to convert this string to the internal integer value for a DATETIME column.
The display formats for date and time can include the names and abbreviations for days of the week and months of the year, and the commonly used representations for dates, time (12-hour and 24-hour), and DATETIME values.
Display formats can include names of eras (as in the Japanese Imperial date system) and non-Gregorian calendars (such as the Arabic lunar calendar).
H
represents
the Heisei era. Gregorian date | Abstract Japanese era (in full) | Japanese era (gengo) |
---|---|---|
1868/09/08 | A1A2B1B201/09/08 | M01/09/08 |
1912/07/30 | A1A2B1B245/07/30 | M45/07/30 |
1912/07/31 | A1A2B1B201/07/31 | T01/07/31 |
1926/12/25 | A1A2B1B215/12/25 | T15/12/25 |
1926/12/26 | A1A2B1B201/12/26 | S01/12/26 |
1989/01/07 | A1A2B1B264/01/07 | S64/01/07 |
1989/01/08 | A1A2B1B201/01/08 | H01/01/08 |
1995/01/01 | A1A2B1B207/01/01 | H07/01/01 |
Here A1A2 and B1B2 represent multibyte Japanese characters. For more information, see Customize date and time display formats.