![]() |
Next Page |
| Contents > Functions reference (alphabetical list) > Date functions > DayOfWeek function |
|
|
| DayOfWeek function |
| Format |
DayOfWeek(date) |
| Parameter |
| date - any calendar date |
| Data type returned |
| number |
| Description |
| 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 |
| DayOfWeek("10/8/2008") returns 4. |
| DayOfWeek(Date(10;9;2008)) returns 5. |
| DayOfWeek(ProjectDue) returns 3 when the date in ProjectDue is 10/7/2008. |
| 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 > DayOfWeek function | Next Page |