I have this form
formData = {
"startDate": "17/04/2022 01:00 AM",
....,
}
what ive tried so far is
var newDate = new Date(formData)
ive got Invalid date
resource: https://www.w3schools.com/js/tryit.asp?filename=tryjs_date_string_iso5