dctools.debug.debug_utils.get_dates_from_startdate
- dctools.debug.debug_utils.get_dates_from_startdate(start_date, ndays)
Get dates of n days after start_date.
- Parameters:
date (str) – start date
ndays (int) – number of days after start_date
start_date (str)
- Returns:
list of n dates.
- Return type:
List[str]