199200201202203204205
// Public Class Methods public synchronized static long parse(String string) { return new DateParser(string).parse(); }