Category: Date
Syntax: Day ( date ) |
Parameters:
DateAny valid date (1/1/000112/31/4000), expression that returns a date, or field that contains a date.
Data type returned: Number
Description:
Returns the day of month (131) for any valid date.
Examples:
Day ( "1/15/2000" ) = 15
Other functions can be referenced in Day():
Day ( Get ( CurrentDate ))
returns the day of month for today.
Parameters in Day() can be calculated:
Day ( Get ( CurrentDate ) - 90 )
Returns the day number for the date 90 days before today, which may not be the same as today's day number.
: FileMaker Specifications
FileMaker 8 Product Line
Specifications and Storage Limits
Field Types and Import/Export Formats
: Calculation Functions
Working with Calculations Primer
Calculation Signatures
Calculation Functions
: Custom Functions
Custom Functions Primer
Useful Custom Functions
: Script Steps
Scripting Primer
Script Step Reference
: Quick Reference
FileMaker Error Codes
FileMaker Keyboard Shortcuts
FileMaker Network Ports
FileMaker Server Command Line Reference
FileMaker XML Reference
: Other Resources
Where to Go for More Information