Hello,
Is there a way to allow extra invalid characters to be formatted? For example "070120145sd4gf65wg" should format to (in my case) "07/01/2014". The strange thing is that kendoValidator accepts it in the back end, but I don't know how to allow it in kendoDatePicker's parseFormats so that the display will show "07/01/2014" and not the invalid one because the validator somehow "accepts" it and doesn't display "Invalid date". Thanks!
Is there a way to allow extra invalid characters to be formatted? For example "070120145sd4gf65wg" should format to (in my case) "07/01/2014". The strange thing is that kendoValidator accepts it in the back end, but I don't know how to allow it in kendoDatePicker's parseFormats so that the display will show "07/01/2014" and not the invalid one because the validator somehow "accepts" it and doesn't display "Invalid date". Thanks!