UNPKG

@tchesa/react-native-modern-datepicker

Version:

A customizable calendar, time & month picker for React Native (including Persian Jalaali calendar & locale)

5 lines 215 B
import { DatePicker } from './DatePicker'; import { Utils } from './Utils'; export const { getFormatedDate, getToday } = new Utils({ isGregorian: true }); export default DatePicker; //# sourceMappingURL=index.js.map