react-bootstrap-datetimepicker
react-bootstrap-datetimepicker copied to clipboard
How to use extraFormats option available in the docs?
There are many options that are not documented in this react component.
How do I use them?
In particular I want to use the extraFormats option.
Sometimes if the user manually enters a date, they don't always enter the date in the supported format, so the extraFormats option allows you to recognize extra formats.
How can I use this option?
http://eonasdan.github.io/bootstrap-datetimepicker/Options/
Thanks