zhizunbao514 opened a new issue #4144: react-datetime The Chinese calendar URL: https://github.com/apache/incubator-superset/issues/4144 Make sure these boxes are checked before submitting your issue - thank you! - [x] I have checked the superset logs for python stacktraces and included it here as text if any - [x] I have reproduced the issue with at least the latest released version of superset - [x] I have checked the issue tracker for the same issue and I haven't found one similar ### Superset version 0.23 ### Expected results I want him to show Chinese calendar, but I set the locale="zh-ch", he did not achieve the effect. incubator-superset-master/superset/static/assets/javascripts/explore/components/controls/DateFilterControl.jsx :105 ### Actual results ### Steps to reproduce <Datetime locale="zh-ch" inputProps={{ className: 'form-control input-sm' }} dateFormat="YYYY-MM-DD" defaultValue={this.state.dttm} onFocus={this.setType.bind(this, 'fix')} onChange={this.setDatetime.bind(this)} timeFormat="h:mm:ss" />
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
