Got some issues with my project. I am using as a part of it (https://github.com/Eonasdan/bootstrap-datetimepicker)
There is an option "format", in which you'll see date in your input.
I've tried to use
format: 'DD MMMM YYYY'
but if enter something like "23/02/2016" or "15 10 2018" as a value to the input field and go submit, the input value changes to "23 January 0002" and "15 January 2018".
So, I need to get the date format in DD MMMM YYYY, and be able to enter numeric format of dates like:
DD MM YYDD MM YYYYDD.MM.YYDD.MM.YYYYDD/MM/YYDD/MM/YYYY
Here is an example of my trouble: http://jsfiddle.net/AndGrin/0Ltv25o8/2549/