microsoft/xaml-standard

Add CalendarView control

geralexgr opened this issue · 1 comments

Sometimes a full CalendarView is needed instead of a Datepicker. The CalendarView control should display a whole period of time (like 30 days)

controls_calendar_monthview

It also should contain some functionality like selecting the start and end date, dateChanged, CalendarViewDayItem

<CalendarView StartDate="" EndDate="" "/>
<CalendarView CalendarViewDayItemChanging="CalendarView_CalendarViewDayItemChanging"/>

uwp calendarview
android calendarview

Also, I would note that a calendar without timezone specification is pretty messy in some situation. I would hope a timezone property added to the date and time controls.