Datepicker customization

How do you change the color of specific dates in the datepicker. Much like the current date is a different color. Can I do this for a list of arbitrary dates?

Hey @Alex_Casanova.

DatePicker is a native component and on each platform displays differently. At the moment I think there is no way to change a different color.
You could create your own date picker class. See this example.

Hope this helps.