Reload page
This commit is contained in:
@@ -49,9 +49,9 @@
|
||||
}
|
||||
var day = parseInt(date_strings[1])
|
||||
var year = d.getFullYear()
|
||||
if (month === 12 && d.getMonth() !== month) {
|
||||
year += 1
|
||||
}
|
||||
// if (month === 12 && d.getMonth() !== month) {
|
||||
// year += 1
|
||||
// }
|
||||
var hours = parseInt(date_strings[3].split(":")[0])
|
||||
if (hours < 12 && date_strings[4] === "PM") {
|
||||
hours += 12
|
||||
|
||||
Reference in New Issue
Block a user