Checks the existance of data.
Optional
data: unknownChecks whether value
is less than or equal to (i.e. <=) the query
.
Optional
data: unknownChecks whether value
is greater than or equal to (i.e. >=) the query
.
Optional
data: unknownCasts data.
Casts data.
Optional
value_: unknownCompares between two dates.
Optional
a: DateOptional
b: DateChecks the equality of data.
Parses data and transforms it into a date object.
Parses data and transforms it into a date object.
Finds data by its date.
Checks the existance of data.
Optional
data: unknownChecks whether value
is greater than (i.e. >) the query
.
Optional
data: unknownChecks whether value
is greater than or equal to (i.e. >=) the query
.
Optional
data: unknownChecks whether value
is equal to one of elements in query
.
Optional
data: unknownChecks whether value
is less than (i.e. <) the query
.
Optional
data: unknownChecks whether value
is less than or equal to (i.e. <=) the query
.
Optional
data: unknownFinds data by its month. (Start from 0)
Checks the equality of data. Returns true if the value doesn't match.
Optional
data: unknownChecks whether value
is not equal to any elements in query
.
Optional
data: unknownFinds data by its year. (4-digit)
Subtracts milliseconds from date.
Adds milliseconds to date.
Renames a field.
Validates data.
Optional
data: unknownTransforms a date object to a string.
Transforms a date object to a string.
Date schema type.