0.0.1 • Published 2 years ago
capacitor-time-format-detector v0.0.1
capacitor-time-format-detector
Determine if system is using 24h or 12h time format
Install
npm install capacitor-time-format-detector
npx cap sync
API
isSystem24HourFormat()
isSystem24HourFormat() => Promise<{ is24Hour: boolean; }>
Returns: Promise<{ is24Hour: boolean; }>
0.0.1
2 years ago