mirror of
https://github.com/MontFerret/ferret.git
synced 2025-07-15 01:25:00 +02:00
added DATE_ADD, DATE_SUBTRACT functions (#165)
This commit is contained in:
@ -19,5 +19,7 @@ func NewLib() map[string]core.Function {
|
||||
"DATE_QUARTER": DateQuarter,
|
||||
"DATE_DAYS_IN_MONTH": DateDaysInMonth,
|
||||
"DATE_FORMAT": DateFormat,
|
||||
"DATE_ADD": DateAdd,
|
||||
"DATE_SUBTRACT": DateSubtract,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user