Description
Returns the first day of a month after or before a given date.
Syntax
STARTOFMONTH(start_date [, months_offset])
-
start_date
(date) : corresponds to the date you want to start from. -
month_offset
(integer) , optional,0
by default: corresponds to the number of months you want to offset.
Return type
date
Examples
Case | Results | Return Type |
|
|
|
|
|
|
|
|
|
|
|
|
Excel equivalent: none