Specifies the human readable output style of the dh data handler. The general format is "FIRSTsSECsTHIRD" where FIRST, SEC and THIRD are specified by first, sec and trird and 's' is the separator, specified by separator.
The default implementation depends on the current locale, except if dh was created using gda.handler_time.HandlerTime.newNoLocale.
what comes first in the date representation
what comes second in the date representation
what comes third in the date representation
separator character used between year, month and day
TRUE if year part of date must be rendered on 2 digits
Specifies the human readable output style of the dh data handler. The general format is "FIRSTsSECsTHIRD" where FIRST, SEC and THIRD are specified by first, sec and trird and 's' is the separator, specified by separator.
The default implementation depends on the current locale, except if dh was created using gda.handler_time.HandlerTime.newNoLocale.