Can we change the color of default date picker in android.
Hey! I dont think you can because that is an android funcionality
Hi,
If you don't need the native datepicker, you can use the DatePicker component and its advanced format.
The themes are defined in CSS.
More information in https://success.outsystems.com/Documentation/11/Developing_an_Application/Design_UI/Patterns/Using_Mobile_and_Reactive_Patterns/Interaction/Date_Picker/How_to_use_the_Date_Picker_UI_Pattern (AdvancedFormat) and https://github.com/Pikaday/Pikaday#configuration (Pikaday Configuration).
The final result:
Kind regards, David.