Skip to content

Commit

Permalink
DatePicker: use the shorthand month, fixed ElemeFE#2792
Browse files Browse the repository at this point in the history
  • Loading branch information
QingWei-Li authored and Leopoldthecoder committed Feb 14, 2017
1 parent 99e8d11 commit 00fcf06
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/locale/lang/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ export default {
endDate: 'End Date',
endTime: 'End Time',
year: '',
month1: 'January',
month2: 'February',
month3: 'March',
month4: 'April',
month1: 'Jan',
month2: 'Feb',
month3: 'Mar',
month4: 'Apr',
month5: 'May',
month6: 'June',
month7: 'July',
month8: 'August',
month9: 'September',
month10: 'October',
month11: 'November',
month12: 'December',
month6: 'Jun',
month7: 'Jul',
month8: 'Aug',
month9: 'Sep',
month10: 'Oct',
month11: 'Nov',
month12: 'Dec',
// week: 'week',
weeks: {
sun: 'Sun',
Expand Down

0 comments on commit 00fcf06

Please sign in to comment.