Is it possible to swap the year and month locations in DatePicker?

Please let me know if it is possible to swap the year and month locations in DatePicker.

Here is an example:

<style type="text/css">
.rz-calendar-title {
  flex-direction: row-reverse !important;
}
</style>

Solved. thank you very much.