mirror of
https://github.com/MontFerret/ferret.git
synced 2025-07-05 00:49:00 +02:00
Added missed DATE_COMPARE and updated comments (#537)
This commit is contained in:
@ -8,7 +8,7 @@ import (
|
||||
"github.com/MontFerret/ferret/pkg/runtime/values/types"
|
||||
)
|
||||
|
||||
// DateDiff returns the difference between two dates in given time unit.
|
||||
// DATE_DIFF returns the difference between two dates in given time unit.
|
||||
// @params date1 (DateTime) - first DateTime.
|
||||
// @params date2 (DateTime) - second DateTime.
|
||||
// @params unit (String) - time unit to return the difference in.
|
||||
|
Reference in New Issue
Block a user