Hi,
I've tried doing two different tests after changing the input control value property to "28/02/2015"(value="28/02/2015").
-I changed the dateformat in js to'd/m/Y '
-I explicitly call the dateformat ' {dateFormat: 'd/m/Y '} ' as an option in html
The control returns the date 02/04/2017.



I'm trying to figure out what doesn't work.