I have a datepicker field, which is editable.
I would like to type in dates like 22092015, that is: day month year but without separators between them. Day and month always two characters, and the year 4 (or just two).
When I type this in a standard datepicker, it is converted to a date, but just what seems as a rather random date. (The above example will be to 17/11/62485)
How can I do the conversion the way I want?
And what is webix doing to my input, to get to that day so long in the future?