var d = new Date();
var curr_date = d.getDate();
var curr_month = ("0" + (d.getMonth() + 1)).slice(-2);
var curr_year = d.getFullYear();
var current_date =curr_date + ":" + curr_month + ":" + curr_year;
var current_time = + d.getHours() + ":" + d.getMinutes() + ":" + d.getSeconds();
var curr_date = d.getDate();
var curr_month = ("0" + (d.getMonth() + 1)).slice(-2);
var curr_year = d.getFullYear();
var current_date =curr_date + ":" + curr_month + ":" + curr_year;
var current_time = + d.getHours() + ":" + d.getMinutes() + ":" + d.getSeconds();
No comments:
Post a Comment