Date.today constructor

Date.today()

Returns today's date.

Implementation

Date.today() : _date = _truncateTimeOfDay(DateTime.now());