> ## Documentation Index
> Fetch the complete documentation index at: https://new.docs.falkordb.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Date Functions

> FLEX date functions for formatting, parsing, truncating, and converting date/time values in Cypher queries.

FLEX date utilities.

## Frequently Asked Questions

<AccordionGroup>
  <Accordion title="What are FLEX date functions?">
    FLEX date functions provide formatting, parsing, truncating, and timezone conversion for date/time values in Cypher queries.
  </Accordion>

  <Accordion title="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.
  </Accordion>

  <Accordion title="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.
  </Accordion>
</AccordionGroup>
