JMap.Language.is12HoursTimeFormat
Returns true if the current locale has a AM/PM setting for time format (08:00 PM), as opposed to a 24 hours format (20:00)
// returns the default localeJMap.Language.setLocale("fr")console.log(JMap.Language.is12HoursTimeFormat())// false Copy
// returns the default localeJMap.Language.setLocale("fr")console.log(JMap.Language.is12HoursTimeFormat())// false
JMap.Language.is12HoursTimeFormat
Returns true if the current locale has a AM/PM setting for time format (08:00 PM), as opposed to a 24 hours format (20:00)