Skip to content

Commit

Permalink
- Update README about date_format in customLocale
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardxiao committed Feb 18, 2022
1 parent a72c81a commit ac60be2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.0.4

- Update README about date_format in ```customLocale```

# 2.0.3

- Add ```supportDateRange``` to Calendar component
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ By providing ```window.REACT_MINIMAL_DATETIME_RANGE['customLocale']```, you can
confirm: 'Confirm',
start: 'Start',
end: 'End',
date_format: (month, year) => {
return `${month} ${year}`;
},
}
}
}
Expand Down

0 comments on commit ac60be2

Please sign in to comment.