is_datetime

Contents

is_datetime#

eoio.utils.formatters.is_datetime(s)[source]#

Return whether a string is a datetime

Parameters:

s – input string

Returns:

True when the string can be parsed as a datetime, otherwise False.