Package org.apache.calcite.util.format.postgresql.format
package org.apache.calcite.util.format.postgresql.format
Classes used to build up a list of supported date/time format components.
-
ClassesClassDescriptionThe date/time format component for AM/PM (first or second half of day).The date/time format component for BC/AD (era, ie.The date/time format component for a text representation of a day of the week.A single component of a date/time format pattern such as YYYY or MI.The date/time format component for a text representation of a month.A date/time format component that will parse a sequence of digits into a value (such as "DD").The date/time format component for the roman numeral representation of a month.The date/time format component for the 3 letter timezone code (such as UTC).The date/time format component for the hours of the timezone offset.The date/time format component for the minutes of the timezone offset.The date/time format component for the hours and minutes of the timezone offset.The date/time format component for the year formatted with a comma after the thousands (such as "2,024").