clock-format-utility
Version:
Utility that can detect clock format (12/24 hour) and can set clock format for moment
1 lines • 707 B
JavaScript
Object.defineProperty(exports,"__esModule",{value:true});exports.setMomentLocaleClockFormat=exports.setMomentLocale=exports.detectDeviceClockFormat=exports.detectDeviceLocale=undefined;var _detect=require('./detect');var _moment=require('./moment');exports.detectDeviceLocale=_detect.detectDeviceLocale;exports.detectDeviceClockFormat=_detect.detectDeviceClockFormat;exports.setMomentLocale=_moment.setMomentLocale;exports.setMomentLocaleClockFormat=_moment.setMomentLocaleClockFormat;exports.default={detectDeviceLocale:_detect.detectDeviceLocale,detectDeviceClockFormat:_detect.detectDeviceClockFormat,setMomentLocale:_moment.setMomentLocale,setMomentLocaleClockFormat:_moment.setMomentLocaleClockFormat};