UNPKG

app-datepicker

Version:

A custom datepicker element based on Google's Material Design built from scratch with lit-element

7 lines (6 loc) 255 B
import { INTL_DATE_TIME_FORMAT } from '../constants.js'; export function getResolvedLocale() { return (INTL_DATE_TIME_FORMAT && INTL_DATE_TIME_FORMAT().resolvedOptions && INTL_DATE_TIME_FORMAT().resolvedOptions().locale) || 'en-US'; }