short method
Formats date using short pattern using DateFormatPatterns.short
Implementation
String short(BuildContext context) {
return _getPatterns(context).short.format(this);
}
Formats date using short pattern using DateFormatPatterns.short
String short(BuildContext context) {
return _getPatterns(context).short.format(this);
}