pushtell / react-bootstrap-date-picker

React-Bootstrap based date picker.
MIT License
346 stars 195 forks source link

Allow customizing year label. #136

Open jooohn opened 7 years ago

jooohn commented 7 years ago

Description

This PR allows users to customize year label of calendar header.

Motivation and Context

In Japan, it's common to represent year with era, I want to customize year label in order to achieve this.

How Has This Been Tested?

wrote a unit test.

Types of changes