Skip to main content
Version: 26.1

shortLocalTime12, shortLocalTime24

Property Key

Property key for the timeFormat global property, which controls the format used for the short local time function when the clockFormat is set to "12 hour" or "24 hour".

Examples:

put the timeFormat.shortLocalTime12 --> [hr12]:[mi] [pm] [timeZone]
put the timeFormat.shortLocalTime24--> [hr24]:[mi] [timeZone]
put the short local time --> 08:06 PM -0600 (when the clockFormat is "12 hour"), or 20:06 -0600 (when the clockFormat is "24 hour")