Monday, May 19, 2014

only date in javascript

var curdate = new Date();
        curdate.setHours(0,0,0,0);

No comments:

Post a Comment