mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 17:26:38 +01:00
removed obsolete isoDateXXX API methods
This commit is contained in:
@@ -39,10 +39,10 @@ class NoteFull extends NoteShort {
|
||||
this.noteContent = row.noteContent;
|
||||
|
||||
/** @param {string} */
|
||||
this.dateCreated = row.dateCreated;
|
||||
this.utcDateCreated = row.utcDateCreated;
|
||||
|
||||
/** @param {string} */
|
||||
this.dateModified = row.dateModified;
|
||||
this.utcDateModified = row.utcDateModified;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user