UNPKG

@intility/bifrost-react-datepicker

Version:

React detepicker for Intility's design system, Bifrost.

20 lines (19 loc) 450 B
import { nb } from "date-fns/locale/nb"; const nbNoLocale = { locale: nb, format: { year: "yyyy", monthYear: "MM.yyyy", date: "dd.MM.yyyy", time: "HH:mm", dateTime: "dd.MM.yyyy HH:mm" }, placeholder: { year: "ÅÅÅÅ", monthYear: "MM.ÅÅÅÅ", date: "DD.MM.ÅÅÅÅ", time: "TT:MM", dateTime: "DD.MM.ÅÅÅÅ TT:MM" } }; export default nbNoLocale;