Home > @infiniteobjects/core-library-web > Dates > startOfMonth
Gets the first day of the month for the given date.
Signature:
static startOfMonth(date?: Date): Date;
Parameter | Type | Description |
---|---|---|
date | Date | (Optional) Date to get month from |
Returns:
Date