shortCommonTime12, shortCommonTime24
Property Key
Property key for the timeFormat global property, which controls the format used for the short common time function when the clockFormat is set to "12 hour" or "24 hour".
put the timeFormat.shortCommonTime12 --> [d] [mon] [yr] [hour12]:[mi] [pm]
put the timeFormat.shortCommonTime24 --> [d] [mon] [yr] [hour24]:[mi]
put the short common time --> 7 Aug 21 7:26 PM (when the clockFormat is "12 hour"), or 7 Aug 21 19:26 (when the clockFormat is "24 hour")