UNPKG

app-datepicker-rtl

Version:

A custom datepicker element based on Google's Material Design built from scratch with lit-element. Fork of app-datepicker by motts.

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'; }