String format(String pattern) { switch (pattern) { case "MMMMEEEEdjm": return DateFormat.MMMMEEEEd().format(this); default: return ""; } }