How to handle datetime in tabular data API

Hello all,
I am learning the new version of fastai framework. I have a structured data set and I need to handle datetime. Is there an easy way to do this as add_datetime function in the previous fastai version? Thank you for your answers.

1 Like

There isn’t AFAIK. You can copy the code from the previous version though