ant-design-blazor/components/date-picker/internal
Bin Dong d99f4f35a8 feat: add localization option to DatePicker (#206)
* feat: add localization option to DatePicker

* fix(module: datepicker): fix formatting issue

* fix: fix Week/Year panel miss matching
fix picker not update when setting CultureInfo
fix ShortWeekDays names and order

* fix: fix binding of CultureInfo in datetime demos
Add globalization demo

* fix: datetime string format

Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-16 12:31:46 +08:00
..
DatePickerBase.cs feat: add localization option to DatePicker (#206) 2020-06-16 12:31:46 +08:00
DatePickerDatePanel.razor feat: add localization option to DatePicker (#206) 2020-06-16 12:31:46 +08:00
DatePickerDatetimePanel.razor feat: add localization option to DatePicker (#206) 2020-06-16 12:31:46 +08:00
DatePickerDatetimePanel.razor.cs feat: add calendar (#176) 2020-06-03 10:24:16 +08:00
DatePickerDecadePanel.razor feat: add calendar (#176) 2020-06-03 10:24:16 +08:00
DatePickerFooter.razor feat: add localization option to DatePicker (#206) 2020-06-16 12:31:46 +08:00
DatePickerHeader.razor feat: add localization option to DatePicker (#206) 2020-06-16 12:31:46 +08:00
DatePickerInput.razor feat: add form(basic features) (#168) 2020-06-01 14:09:28 +08:00
DatePickerLocaleHelper.cs feat: add localization option to DatePicker (#206) 2020-06-16 12:31:46 +08:00
DatePickerMonthPanel.razor feat: add localization option to DatePicker (#206) 2020-06-16 12:31:46 +08:00
DatePickerPanelBase.cs feat: add calendar (#176) 2020-06-03 10:24:16 +08:00
DatePickerPanelChooser.razor feat: add calendar (#176) 2020-06-03 10:24:16 +08:00
DatePickerPanelChooser.razor.cs feat: add form(basic features) (#168) 2020-06-01 14:09:28 +08:00
DatePickerQuarterPanel.razor feat: add localization option to DatePicker (#206) 2020-06-16 12:31:46 +08:00
DatePickerStatus.cs feat: add form(basic features) (#168) 2020-06-01 14:09:28 +08:00
DatePickerTemplate.razor feat: add calendar (#176) 2020-06-03 10:24:16 +08:00
DatePickerYearPanel.razor feat: add localization option to DatePicker (#206) 2020-06-16 12:31:46 +08:00
PickerPanelBase.cs refactor: change namespcae to AntDesign 2020-05-29 00:33:49 +08:00