mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 13:26:01 +01:00
create months and days with associated english names, closes #37
This commit is contained in:
@@ -10,7 +10,7 @@ const sync_mutex = require('./sync_mutex');
|
||||
|
||||
async function regularBackup() {
|
||||
const now = new Date();
|
||||
const lastBackupDate = utils.parseDate(await options.getOption('last_backup_date'));
|
||||
const lastBackupDate = utils.parseDateTime(await options.getOption('last_backup_date'));
|
||||
|
||||
console.log(lastBackupDate);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user