UNPKG

react-infinite-calendar-with-range

Version:

Infinite scrolling date-picker built with React, with localization, themes, keyboard support, and more.

15 lines (14 loc) 239 B
'use strict'; module.exports = { name: 'en', todayLabel: { long: 'Today' }, rangeLabel: 'to', blank: 'Select a date...', headerFormat: 'ddd, MMM Do YYYY', week: { dow: 0, doy: 4 } };