added date services to ETAPI

This commit is contained in:
zadam
2022-01-05 19:25:17 +01:00
parent e3114e0602
commit 82b2871a08
8 changed files with 293 additions and 60 deletions

View File

@@ -49,7 +49,7 @@ function getRootCalendarNote() {
}
/** @returns {Note} */
function getYearNote(dateStr, rootNote) {
function getYearNote(dateStr, rootNote = null) {
if (!rootNote) {
rootNote = getRootCalendarNote();
}