toDateString static method
Implementation
static String toDateString(int time) {
return formatDate(DateTime.fromMillisecondsSinceEpoch(time), <String>[
mm,
'-',
dd,
' ',
HH,
':',
nn,
':',
ss,
'.',
S,
]);
}