how do I change the themes in jui datepicker

Does anyone how to change the themes of datepicker to redmond ?

Thank you in advance

Fixed!

Could you please share the knowledge and tell us how did you change it? thanks.

Add to your config.




'components' => [

        'assetManager' => [

            'bundles' => [

                'yii\jui\JuiAsset' => [

                    'css' => ['themes/redmond/jquery-ui.css'],

                ]

            ]

        ],

    ],



Thank you so much and have a great day :)