hestia_earth.utils.date.is_in_days

hestia_earth.utils.date.is_in_days(date)[source]

Check if the date as a string contains year, month and day.

Parameters

date (str) – Date in string format

Returns

True if the date contains the year, month and day.

Return type

bool