shorter date, few cosmetic label changes
This commit is contained in:
@@ -14,7 +14,7 @@ function getDate(){
|
||||
var day = d.getDate();
|
||||
var month = 1+d.getMonth();
|
||||
if (month < 10) { month = "0" + month; }
|
||||
var year = d.getFullYear();
|
||||
var year = d.getFullYear().toString().substr(-2);
|
||||
return year+"-"+month+"-"+day+" "+hr+":"+min
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user