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:
@@ -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,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user