Creates a Date from year, month, and day integers.
Examples
date(2024, 1, 15) → ~D[2024-01-15]
date(2024, 2, 29) → ~D[2024-02-29]
Creates a Date from year, month, and day integers.
date(2024, 1, 15) → ~D[2024-01-15]
date(2024, 2, 29) → ~D[2024-02-29]