UNPKG

persian-fullcalendar

Version:

React component that helps you to makes simple Farsi/Jalali/Shamsi date picker. It also has range date picker you can select multiple days in multiple months.

5 lines (4 loc) 263 B
import { type formatFunctions, type Formats } from './format.types'; export declare const formats: Record<Formats, formatFunctions>; export declare const formatDate: (date: Date, format: string, numberingSystem?: string) => string; export default formatDate;