mirror of
https://github.com/MontFerret/ferret.git
synced 2025-07-17 01:32:22 +02:00
Added missed DATE_COMPARE and updated comments (#537)
This commit is contained in:
@ -9,7 +9,7 @@ import (
|
||||
"github.com/MontFerret/ferret/pkg/runtime/values/types"
|
||||
)
|
||||
|
||||
// Date convert RFC3339 date time string to DateTime object.
|
||||
// DATE convert RFC3339 date time string to DateTime object.
|
||||
// @params timeString (String) - string in RFC3339 format.
|
||||
// @return (DateTime) - new DateTime object derived from timeString.
|
||||
func Date(_ context.Context, args ...core.Value) (core.Value, error) {
|
||||
|
Reference in New Issue
Block a user