Module: GOffice::FormatMagic
- Defined in:
- (unknown)
Constant Summary collapse
- NONE =
none.
0 or :none
- LONG_DATE =
long date (Official).
63488 or :long_date
- MEDIUM_DATE =
medium date.
63729 or :medium_date
- SHORT_DATE =
short date.
63730 or :short_date
- SHORT_DATETIME =
short date with time.
63738 or :short_datetime
- LONG_TIME =
long time (Official).
62464 or :long_time
- MEDIUM_TIME =
medium time.
62705 or :medium_time
- SHORT_TIME =
short time.
62706 or :short_time