def strptime(self, value, format): return datetime.datetime.strptime(force_str(value), format).date()