0.0.32 • Published 3 years ago

@cxing/date-selector v0.0.32

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

DateSelector

Check out the documentation for more information.

The DateSelector is a simple React control for picking a date from a small calendar control. This can be embedded in your page, placed in a modal or popper control, whatever you like.

Installation and Usage

Simply install the package in your project:

npm i @cxing/date-selector

Then use it in your React template:

import DateSelector from '@cxing/date-selector';

All date values are expected to be Luxon DateTime objects. Luxon is the modern replacement for Moment.js, developed by the same team.

I18n, Timezones, and Browser Support

Because we're using Luxon, under the hood, you get full i18n and timezone support when you use the defaultDate prop (unless, of course, you're using IE). Make sure to read the rest of the documentation, where we give an example of this.

0.0.30

3 years ago

0.0.31

3 years ago

0.0.32

3 years ago

0.0.29

3 years ago

0.0.28

4 years ago

0.0.27

4 years ago

0.0.26

4 years ago

0.0.25

4 years ago

0.0.22

4 years ago

0.0.23

4 years ago

0.0.24

4 years ago

0.0.20

4 years ago

0.0.21

4 years ago

0.0.19

4 years ago

0.0.18

4 years ago

0.0.13

4 years ago

0.0.14

4 years ago

0.0.15

4 years ago

0.0.16

4 years ago

0.0.17

4 years ago

0.0.12

4 years ago

0.0.11

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.3

4 years ago

0.0.6

4 years ago

0.0.1

4 years ago