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
});