dateStrings top-level constant

List<String> const dateStrings

Implementation

const List<String> dateStrings = [
  "now", "today", "sod", "eod", "yesterday", "tomorrow", "monday", "tuesday",
  "wednesday", "thursday", "friday", "saturday", "sunday", "january",
  "february", "march", "april", "may", "june", "july", "august", "september",
  "october", "november", "december", "soy", "eoy", "eoq", "som", "socm",
  "eom", "ecom", "sow", "socw", "eow", "eocw", "soww", "eoww"
];