Returns a DateTime with the date of the original, but time set to midnight.
@override DateTime dateOnly(DateTime date) => DateUtils.dateOnly(date);