MASA.Blazor icon indicating copy to clipboard operation
MASA.Blazor copied to clipboard

Add ISO Standard Week Index in DatePicker as an option

Open LinQiaoPorco opened this issue 2 years ago • 0 comments

DatePicker is awesome.

Considering that many foreign companies are following weekly schedule, please consider to add a week index in DatePicker. Since there is already a method exists for https://github.com/BlazorComponent/MASA.Blazor/blob/528a92ec07ea17a4cebb6ce0143c9729caa3f6e1/src/Masa.Blazor/Components/DatePicker/DatePickerTable/MDatePickerDateTable.cs#L68-L71

It shall be not difficult to realize the logic by following Microsoft official docs: https://learn.microsoft.com/en-us/archive/blogs/shawnste/iso-8601-week-of-year-format-in-microsoft-net https://en.wikipedia.org/wiki/ISO_week_date

LinQiaoPorco avatar Nov 22 '22 01:11 LinQiaoPorco