0.0.5 • Published 10 months ago

capacitor-24h-time v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

capacitor-24h-time

The plugin exposes a single method to check if the device is using a 24h time format or not.

Install

npm install capacitor-24h-time
npx cap sync

Usage

import { DeviceTimeUtils } from "capacitor-24h-time";


// boolean time format. True if 24h, false if 12h
const is24H = await DeviceTimeUtils.is24HourFormat();

Web Api

As of today, the web api will always return false.

0.0.5

10 months ago

0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago