DateTime getDateTimeFromString(String format,String savedDateString){ return DateFormat(format).parse(savedDateString); }