1.0.2 • Published 7 years ago

cordova-plugin-24hour-setting v1.0.2

Weekly downloads
52
License
-
Repository
github
Last release
7 years ago

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