1.0.2 • Published 6 years ago

react-dtpicker v1.0.2

Weekly downloads
10
License
MIT
Repository
github
Last release
6 years ago

Date Time Picker

Greenkeeper badge DeepScan Grade

The calendar is written using the React library. Can be used both as a common calendar, and as a date time picker with range. There is a possibility to choose a date by days, months, years and decades. The date can be changed in the input.

DateTimePicker

Usage

  1. git clone https://github.com/YozhikM/dtpicker.git
  2. npm install
  3. npm start or yarn start
  4. npm test or yarn test

To use static typing, make sure that you have installed Flow.

API

highlight

Highlights the days. By default is new Date(). It can be a single date or an array of dates

value

Displayed months on the calendar. By default is new Date()

time

When the value is set to true, the time in hours and minutes will be displayed, as well as the ability to change it. By default is false

isSingleCalendar

When set to true, a single calendar will be displayed without the ability to select a date range. By default is false

DateTimePicker

Locales

To work with dates, use the library date-fns. Localization can be changed in a file src/components/Calendar/format.js