# Date Expressions

- [After](https://docs.keyfax.biz/product-suite/admin/databox-expressions/date-expressions/after.md): Determine if the date is after the specified date.
- [AsDate](https://docs.keyfax.biz/product-suite/admin/databox-expressions/date-expressions/asdate.md): Format a date held in a Databox.
- [Before](https://docs.keyfax.biz/product-suite/admin/databox-expressions/date-expressions/before.md): Determine if the date is before a specified date.
- [BetweenDates](https://docs.keyfax.biz/product-suite/admin/databox-expressions/date-expressions/betweendates.md): Determine if a date is between two dates.
- [DateAdd](https://docs.keyfax.biz/product-suite/admin/databox-expressions/date-expressions/dateadd.md): Adds a specified interval to a Databox value date.
- [Day](https://docs.keyfax.biz/product-suite/admin/databox-expressions/date-expressions/day.md): Gets the day number from a specified date.
- [Month](https://docs.keyfax.biz/product-suite/admin/databox-expressions/date-expressions/month.md): Get the month number from the specified date.
- [Now](https://docs.keyfax.biz/product-suite/admin/databox-expressions/date-expressions/now.md): Returns the current date & time.
- [Today](https://docs.keyfax.biz/product-suite/admin/databox-expressions/date-expressions/today.md): Returns the current date.
- [WeekDay](https://docs.keyfax.biz/product-suite/admin/databox-expressions/date-expressions/weekday.md): Returns the week day as a number for the specified date.
- [Year](https://docs.keyfax.biz/product-suite/admin/databox-expressions/date-expressions/year.md): Returns the year for the specified date.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.keyfax.biz/product-suite/admin/databox-expressions/date-expressions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
