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