toDate property

String get toDate

Implementation

String get toDate => (this == null)
    ? ""
    : "${DateFormat.d().format(this!)}${getDayOfMonthSuffix(this!.day)} ${DateFormat('MMM, y').format(this!)}";