@JvmStatic fun parse(string: String, format: DateFormat): MutableDateTime
Parses string in specified format and returns a MutableDateTime instance.
Throws ParseException if the string cannot be parsed.