class DayMixin [source]
A mixin that can be used to retrieve and provide parsing information for a day component of a date.
Methods and Attributes
day_format
The strftime() format to use when parsing the day. By default, this is '%d'.
day
Optional The value for the day, as a string. By default, set to None, which means the day will be determined using other means.
get_day_format() [source]
Returns the strftime() format to use when parsing the day. Returns day_format by default