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