Datetime support in dash_pivottable

Hello, I am using dash_pivottable and I was wondering if there is any option to add datetimes or dates in the pivot table like in the excel (picture given below). I could not find any documentation.

Is the functionality available or do I have to use a dcc.DatePickerRange on top of the pivot table?

Also, if that functionality is available, is there a specific format for date input or even in the list of lists, do I have to pass in as a pandas.DateTime object ?

Thank you
Capture