magodo.dates module

Utilities for working with dates in magodo.

from_date(date)[source]

Helper function for converting a date object to a string.

Parameters

date (date) –

Return type

str

to_date(yyyymmdd)[source]

Helper function for constructing a date object.

Parameters

yyyymmdd (str) –

Return type

date