how to convert string format to date in javascript

Viewed 44

I am trying to convert the date which is coming as a string i need to convert the date.

below is the data input data = 15/02/2000 which is a string to be converted into the date (Expected Output)=> 2000-02-15T00:00:00.000Z

0 Answers
Related