uki
1
Please let me know if it is possible to swap the year and month locations in DatePicker.
enchev
2
Here is an example:
<style type="text/css">
.rz-calendar-title {
flex-direction: row-reverse !important;
}
</style>
uki
3
Solved. thank you very much.