1.0.3-dev • Published 6 years ago

verify-automatic-date-time-zone v1.0.3-dev

Weekly downloads
7
License
MIT
Repository
github
Last release
6 years ago

title: Verify Automatic Date, Time and Timezone

description: Verify if Date, Time and Timezone are set to automatic sync with network provider.

Installation

cordova plugin add verify-automatic-date-time-zone

VerifyAutomaticDateTimeZone.isAutomaticChecked

Returns a boolean indicating if automatic is enabled for date, time and timezone

Supported Platforms

  • Android

Quick Example

window.VerifyAutomaticDateTimeZone.isAutomaticChecked(function(isIt){
  if (isIt == 'true') {
        // do something
    } else {
        // do something else
    }
});

iOS not supported

Couldn't find out how to get iOS settings programatically so it's pending