formattedValue method
Implementation
@override
String formattedValue(NsgDataItem item, String locale) {
return NsgDateFormat.dateFormat(item[name], locale: locale);
}
@override
String formattedValue(NsgDataItem item, String locale) {
return NsgDateFormat.dateFormat(item[name], locale: locale);
}