/walkingkooka-tree-expression-function-datetime

A collection of ExpressionFunction(s) that operate and return date or time like results.

Primary LanguageJavaApache License 2.0Apache-2.0

Build Status Coverage Status License Language grade: Java Total alerts J2CL compatible

walkingkooka-tree-expression-function-datetime

A collection of ExpressionFunction(s) that operate and return date or time like results.

Available functions

Many more functions are outstanding and remain TODO.

  • date(year, month, day)
  • dateAddMonth(date, number)
  • dateValue(date)
  • day(date)
  • days(date1, date2)
  • hour(time)
  • isDate(object)
  • isoweeknum(date)
  • minute(time)
  • month(date)
  • now()
  • second(time)
  • time(hour, minute, second)
  • timeValue(time)
  • today()
  • weekday(date)
  • weeknum(date, type)
  • year(date)

TODO