FORMATTED_DATE_FORMAT_LIST constant

List<String> const FORMATTED_DATE_FORMAT_LIST

Implementation

static const List<String> FORMATTED_DATE_FORMAT_LIST = [
  'D',
  ', ',
  'd',
  ' ',
  'M',
  ' ',
  'yyyy',
  ' ',
  'hh',
  ':',
  'nn',
  ':',
  'ss',
  ' ',
  'am'
];