day( date )
Returns the day of the month from the day specified.
Keyword | Type | Description |
---|---|---|
|
Date and Time |
The date from which the day of the month will be extracted. |
Integer
day(datetime(2011,2,28,12,0,0))
returns 28
Feature | Compatibility | Note |
---|---|---|
Portals | Compatible | |
Offline Mobile | Compatible | |
Sync-Time Custom Record Fields | Compatible | Can be used to create a custom record field that only evaluates at sync time. |
Real-Time Custom Record Fields | Incompatible | |
Process Reports | Compatible | |
Process Events | Compatible |
day() Function