secretyouth / react-datez

An easy to use, customizable mobile-friendly datepicker.
MIT License
126 stars 25 forks source link

weekdays header breaks when using localization #50

Open remipou opened 4 years ago

remipou commented 4 years ago

the header with week days shows wrong day when using swedish

 <ReactDatez
  value={this.state.createdDate}
  handleChange={this.handleDateChange}
  locale="sv"
  dateFormat="dddd DD MMMM"
  allowFuture={false}
  allowPast={true}
  yearJump={false}
  isRedux={false}
/>

see screenshots, with and without locale="sv" monday got "sö" (sunday in swedish) and so on... i tried to change the firstDayOfWeek prop but without effect

Screenshot 2020-03-03 at 18 28 40 Screenshot 2020-03-03 at 18 25 32