I get this problem with datefields ONLY on iPad. On my PC with Chrome and Edge it works perfectly fine.
Can anyone shed some light on this for me please?
on BEFORE I get 2000-01-03 00:00:00
alert("BEFORE --- "+formatedDate);
formatedDate = new Date(formatedDate) == "Invalid Date" ? 0 : new Date(formatedDate);
alert("AFTER --- "+formatedDate);
on AFTER I get 0