Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
date
DateFormat([date_column], "format")
String
date_column
column or datetime
format
text
DateFormat([OrderDate], "%Y-%m-%d")
DateFormat(Date("2023-07-15"), "%B %d, %Y")