cordova-plugin-24hour-setting
v1.0.2
Published
Cordova plugin to check whether your iOS or Android device system time is in 24-hour format
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
});