UNPKG

react-day-picker

Version:

Customizable Date Picker for React

4 lines (3 loc) 234 B
import type { DateLibOptions } from "../../classes/DateLib.js"; /** Format override adding +543 to year tokens for Buddhist Era (BE). */ export declare function format(date: Date, formatStr: string, options?: DateLibOptions): string;