currentDateFull name: taxi.stdlib.dates.currentDateSignaturedeclare function currentDate():DateDescriptionReturns the current local date (no time component).find { @Format("yyyy-MM-dd") today: Date = currentDate() }