capacitor-time-format-detector
v0.0.1
Published
Determine if system is using 24h or 12h time format
Downloads
2
Readme
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; }>