Date Functions
FLEX date utilities.
Frequently Asked Questions 3
What are FLEX date functions?
FLEX date functions provide formatting, parsing, truncating, and timezone conversion for date/time values in Cypher queries.
How do I call a date function?
Use the namespace flex.date.<function>(). For example: flex.date.format(datetime(), 'yyyy-MM-dd') formats the current date.
What date/time types do these functions accept?
FLEX date functions work with FalkorDB datetime values, timestamps, and date strings depending on the specific function.