Rudeg / react-input-calendar

http://rudeg.github.io/react-input-calendar/
MIT License
139 stars 94 forks source link

onChange event that returns a standard date for parent react element #1

Closed Fenntasy closed 9 years ago

Fenntasy commented 9 years ago

If you want to include a Calendar inside of a react element, you may want to listen to change and then reformat the date to a database (for instance).

This is the goal of the onChange and computableFormat props.

Rudeg commented 9 years ago

Thank you for the fix!)