API Reference
hestia_earth.utils.date.
is_in_days
Check if the date as a string contains year, month and day.
date (str) – Date in string format
True if the date contains the year, month and day.
bool