dateOnly property
String
get
dateOnly
Implementation
String get dateOnly {
final now = _v;
return "${now.year}-${now.month}-${now.day}";
}
String get dateOnly {
final now = _v;
return "${now.year}-${now.month}-${now.day}";
}