Skip to content

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

License

Notifications You must be signed in to change notification settings

mP1/walkingkooka-tree-expression-function-datetime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages