1.0.6 • Published 1 year ago

manhattan-date-picker v1.0.6

Weekly downloads
2
License
MIT
Repository
github
Last release
1 year ago

Installation

npm install manhattan-date-picker --save-dev

Usage

<label>
    Date
    <input
        name="date"
        value="23 March 2018"
        data-mh-date-picker
        >
</label>
import * as $ from 'manhattan-essentials'
import {datePicker} from 'manhattan-date-picker'

const picker = new datePicker.DatePicker($.one('[data-mh-date-picker]'))
picker.init()
1.0.6

1 year ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

5 years ago

1.0.0

6 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago