syntax:functions:day
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| syntax:functions:day [2015/04/03 20:55] – elenap | syntax:functions:day [2021/08/30 02:02] (current) – [Arguments] craigt | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ===== Day(date_as_number) ===== | + | ====== Day(date) ====== |
| + | Category: | ||
| - | Extracts | + | \\ |
| + | =====Description===== | ||
| + | This function returns the number of the corresponding day of the month, from 1 through 31, from //date//. | ||
| - | ^ | + | \\ |
| - | | day(42097) | | + | =====Arguments===== |
| - | | day( makedate(2014, | + | ^Argument^Type^Description^ |
| + | |date|Date or Number | ||
| - | === See also: === | + | **Return value type:** Number (Integer). |
| - | * [[syntax: | + | |
| - | * [[syntax: | + | \\ |
| - | * [[syntax: | + | =====Remarks===== |
| - | * [[syntax: | + | The //date// arguments can take any value or expression that evaluates to a date serial value. |
| + | * A date string: | ||
| + | * A date serial value: 43811 (the date serial for " | ||
| + | * A date value created using any of the Date/Time functions that returns a date serial value. | ||
| + | |||
| + | \\ | ||
| + | =====Examples===== | ||
| + | |||
| + | day(# | ||
| + | |||
| + | day(42097) | ||
| + | |||
| + | day( makedate(2014, | ||
| + | |||
| + | |||
| + | \\ | ||
| + | =====See also===== | ||
| + | * [[syntax: | ||
| + | * [[syntax: | ||
| + | * [[syntax: | ||
| + | * [[syntax: | ||
syntax/functions/day.1428108954.txt.gz · Last modified: by elenap