cordova-plugin-24hour-setting

Cordova plugin to check whether your iOS or Android device system time is in 24-hour format

Usage no npm install needed!

<script type="module">
  import cordovaPlugin24hourSetting from 'https://cdn.skypack.dev/cordova-plugin-24hour-setting';
</script>

README

24 Hour Setting Plugin

This plugin will determine whether your device system time is in 24-hour format

  • For use with PhoneGap / Cordova
  • Supports iOS and Android platforms

Installation

cordova plugin add cordova-plugin-24hour-setting

Usage

cordova.plugins.twentyFourHourSetting.is24Hour(function(result){
 // result contains boolean value
});