static List<String> getStringsMonth() { List<String> items = []; for (String s in month) items.add(s); return items; }