startOfMonth property

Date startOfMonth

Get a Date representing start of month of this Date in local time.

Implementation

Date get startOfMonth => setDay(1);