1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-11-27 22:08:15 +02:00

Feature/#8 date diff (#175)

This commit is contained in:
3timeslazy
2018-11-14 00:58:40 +03:00
committed by Tim Voronov
parent 9131c676d9
commit b4a8c8ba3c
4 changed files with 273 additions and 1 deletions

View File

@@ -21,5 +21,6 @@ func NewLib() map[string]core.Function {
"DATE_FORMAT": DateFormat,
"DATE_ADD": DateAdd,
"DATE_SUBTRACT": DateSubtract,
"DATE_DIFF": DateDiff,
}
}