UNPKG

@intility/bifrost-react-datepicker

Version:

React detepicker for Intility's design system, Bifrost.

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