1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-27 06:23:53 +01:00
This commit is contained in:
NoobishSVK
2024-08-01 20:12:24 +02:00
parent 2e719448b2
commit 8df2eab272
13 changed files with 54 additions and 59 deletions

View File

@@ -1,9 +1,9 @@
var currentDate = new Date('Jul 31, 2024 17:00:00');
var currentDate = new Date('Aug 1, 2024 20:00:00');
var day = currentDate.getDate();
var month = currentDate.getMonth() + 1; // Months are zero-indexed, so add 1
var year = currentDate.getFullYear();
var formattedDate = day + '/' + month + '/' + year;
var currentVersion = 'v1.2.6 [' + formattedDate + ']';
var currentVersion = 'v1.2.6a [' + formattedDate + ']';
getInitialSettings();