abbreviatedCommonTime12, abbreviatedCommonTime24
- Property Key for the timeFormat global property, that controls the format used for the abbreviated common time function when the clockFormat is set to 12 hour or 24 hour.
- Examples:
put the timeFormat.abbreviatedCommonTime12 --> [da] [mon] [year] [hr12]:[mi]:[se] [pm]
put the timeFormat.abbreviatedCommonTime24 --> [da] [mon] [year] [hr24]:[mi]:[se]
put the abbreviated common time
--> 13 May 2021 09:37:27 PM — when the clockFormat is "12 hour"
--> 13 May 2021 21:36:52 — when the clockFormat is "24 hour"
- Examples: