• 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 boolean

    Example

    // returns the default locale
    JMap.Language.setLocale("fr")
    console.log(JMap.Language.is12HoursTimeFormat())
    // false