swat.cas.utils.datetime.cas2python_date — SWAT 1.17.1 documentation
- swat.cas.utils.datetime.cas2python_date(cdt)
Convert a CAS date to a Python date
- Parameters:
- cdtint
CAS date.
- Returns:
Examples
>>> sas2python_date(3653) datetime.date(1970, 1, 1)
swat.cas.utils.datetime.cas2python_date — SWAT 1.17.1 documentation
Convert a CAS date to a Python date
CAS date.
Examples
>>> sas2python_date(3653) datetime.date(1970, 1, 1)