1
0
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:
3timeslazy
2018-11-07 21:52:25 +03:00
committed by Tim Voronov
parent 528b60df24
commit 64ca68d930
4 changed files with 377 additions and 0 deletions

View File

@ -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,
}
}