Add support for `Date` features in Croissant schema (#3223)
* Update croissant_utils.py
* Update croissant_utils.py
* Update croissant_utils.py
ImportError: cannot import name 'Date' from 'datasets'
* Changes as per the spec and `mlcroissant`
removed `sc:Time` and now only use `sc:Date` and `sc:DateTime`. Also added a fallback import to avoid CI issues on older `datasets` versions.
* Update croissant_utils.py
* Update croissant_utils.py
* Update croissant_utils.py
* Update croissant_utils.py
---------
Co-authored-by: Sylvain Lesage <sylvain.lesage@huggingface.co>