Parses the XML date string and creates a Java Date object from it. This function is synchronized as SimpleDateFormat is not thread-safe. @param textRepresentation The date string as found in the XML property list @return The parsed Date @throws ParseException If the given string cannot be parsed. @
(String textRepresentation)