get_date_time_local_value method

get_date_time_local_value

This method is used to get the value as a DateTime object object. This method is valid if only only type of the input element is “datetime-local”

Returns

The date object.

def get_date_time_local_value(self):
    ...

See Also