Skip to content
Advertisement

How To Convert String ‘ dd/mm/yy hh:MM:ss ‘ to Date in javascript?

I have Done this

JavaScript

Is there Any way to do it using JQuery OR JavaScript?

Advertisement

Answer

If you are looking for alternatives in jquery or Javascript , then you can go with Moment.js,where you can Parse, Validate, Manipulate, and Display dates in JavaScript.

example:

JavaScript
Advertisement