date property

String get date

Implementation

String get date {
  var _date = DateFormat('d').format(this.datetime);
  return _date;
}