bibpy.date module¶
Special date class for handling biblatex date ranges.
-
class
bibpy.date.DateRange(start, end, open)[source]¶ Bases:
objectWrapper class around biblatex date ranges.
-
end¶ Return the end date of the range, None otherwise.
-
open¶ Return True if this date range is open-ended.
Biblatex open-ended dates are formatted like this: ‘1988-01-12/’
-
start¶ Return the start date of the range, None otherwise.
-