abbreviatedBasicTime12, abbreviatedBasicTime24
- Property Key for the timeFormat global property, that controls the format used for the abbreviated basic time function when the clockFormat is set to 12 hour or 24 hour.
- Examples:
put the timeFormat.abbreviatedBasicTime12 --> [monthName] [day] [yr] [hr12]:[mi]:[se] [pm]
put the timeFormat.abbreviatedBasicTime24 --> [monthName] [day] [yr] [hr24]:[mi]:[se]
put the abbreviated basic time
--> May 13 21 09:24:35 PM — when the clockFormat is "12 hour"
--> May 13 21 21:27:34 — when the clockFormat is "24 hour"
- Examples: