javascript clone date

Solutions on MaxInterview for javascript clone date by the best coders in the world

showing results for - "javascript clone date"
Emy
18 Jul 2016
1var date = new Date();
2var clonedDate = new Date(date.getTime()); //clone the date