@navikt/ds-react
Version:
React components from the Norwegian Labour and Welfare Administration.
5 lines (4 loc) • 306 B
TypeScript
import { Locale } from "date-fns";
export declare const INPUT_DATE_STRING_FORMAT_DATE = "dd.MM.yyyy";
export declare const INPUT_DATE_STRING_FORMAT_MONTH = "MMMM yyyy";
export declare const parseDate: (date: string, today: Date, locale: Locale, type: "date" | "month", allowTwoDigitYear: boolean) => Date;