1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-12-01 22:19:32 +02:00

DATE_HOUR, DATE_MINUTE and DATE_SECOND functions (#156)

This commit is contained in:
3timeslazy
2018-11-04 18:06:38 +03:00
committed by Tim Voronov
parent 3462923085
commit 7fd5af6110
7 changed files with 213 additions and 0 deletions

View File

@@ -10,5 +10,8 @@ func NewLib() map[string]core.Function {
"DATE_YEAR": DateYear,
"DATE_MONTH": DateMonth,
"DATE_DAY": DateDay,
"DATE_HOUR": DateHour,
"DATE_MINUTE": DateMinute,
"DATE_SECOND": DateSecond,
}
}