UNPKG

@appannie/react-infinite-calendar

Version:

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

13 lines (11 loc) 270 B
var defaultLocale = { blank: 'Select a date...', headerFormat: 'EEE, MMM do', monthLabelFormat: 'MMM yyyy', todayLabel: { "long": 'Today' }, weekdays: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], weekStartsOn: 0 }; export default defaultLocale;