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.

6 lines (5 loc) 232 B
import 'dayjs/locale/fa'; import type { DaysInMonth } from './month.types'; import { type DatePickerValue } from '../../types'; declare const getDays: (date: DatePickerValue | undefined) => DaysInMonth; export default getDays;