DATETIME

This example demonstrates how to use the DATETIME function in template filters to compare date and time values. The DATETIME function supports: - **Date range filtering**: Filter records within a specific date range - **Exact datetime matching**: Match records with a specific date or datetime - **ISO 8601 format**: Use standard ISO 8601 datetime strings - **Time-only filtering**: Compare only the time component (e.g., business hours) - **Combined conditions**: Combine DATETIME with other filter conditions like numeric comparisons