days

shortcuts to get today, yesterday & tommorrow


Keywords
date, today, yesterday, tommorrow
License
Other
Install
pip install days==0.0.2

Documentation

days

shortcuts to get today, yesterday and tomorrow

install

$ pip install days

usage

import days

# 2014-04-26
days.today()

# 2014-04-25
days.yesterday()

# 2014-04-27
days.tommorrow()