![]() |
Next Page |
| Contents > Functions reference (alphabetical list) > Date functions > Day function |
|
|
| Day function |
| Format |
Day(date) |
| Parameter |
| date - any calendar date |
| Data type returned |
| number |
| Description |
| Returns a number in the range 1 through 31, representing the day of the month on which date occurs. For example, you can identify the day of the month that payments are due. |
| Important To avoid errors when using dates, always use four-digit years. For more information about how FileMaker Pro handles two-digit dates, see Conversion of dates with two-digit years. |
| Examples |
| Day("5/15/2008") returns 15. This example assumes that the system date format is MM/DD/YYYY. |
| Day(DateSold) returns the day of the month stored in DateSold. |
| Related topics |
| Functions reference (category list) |
| Functions reference (alphabetical list) |
| About formulas |
| About functions |
| Defining calculation fields |
| Using operators in formulas |
|
|
| Contents > Functions reference (alphabetical list) > Date functions > Day function | Next Page |