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
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