Ion-datetime | highlightedDates | add a badge on some day

Hi!

I want to use this component ion-datetime: Ionic API Input for Datetime Format Picker but i would like to use something to mark the highlited dates with a badge in those days,

something like this
image

is it posible to do this with the component?

Thanks!

i know i am late but i will answer anyway ,I don’t think there is a way to do so dynamically. As of today, according to the documentation, the only way to implement dynamic styling is by using the callback method or by providing an array to the ion-datetime component ion-datetime: Ionic API Input for Datetime Format Picker . Furthermore, you can only style and control the text, border, and background-color CSS properties for the dates. i agree we need more flexibilty in dynamic styling of the ion-datetime.