ctrachte / Datepicker.js

Simple standalone date picker with only html, css and moment.js
https://www.npmjs.com/package/moment-datepicker-js
MIT License
4 stars 7 forks source link

`onChange(event)` helper method #92

Closed ctrachte closed 3 years ago

ctrachte commented 3 years ago

When date is changed programmatically, there needs to be a method that accepts a callback as a param to fire off conditionally when date(s) are changed.