UNPKG

react-native-plain-calendar

Version:
6 lines (5 loc) 168 B
// Default date formats export const headerFormat = 'MMMM yyyy'; export const daysFormat = 'EEE'; export const cellsFormat = 'd'; export const cellsFormatKey = 'd-LL';