firstDayOfFortnight property
Returns the first day of the fortnight.
Implementation
date get firstDayOfFortnight => day <= 15 ? firstDayOfMonth : date(year, month, 16);
Returns the first day of the fortnight.
date get firstDayOfFortnight => day <= 15 ? firstDayOfMonth : date(year, month, 16);