Add CalendarView control
geralexgr opened this issue · 1 comments
geralexgr commented
Sometimes a full CalendarView
is needed instead of a Datepicker
. The CalendarView
control should display a whole period of time (like 30 days)
It also should contain some functionality like selecting the start
and end
date, dateChanged
, CalendarViewDayItem
<CalendarView StartDate="" EndDate="" "/>
<CalendarView CalendarViewDayItemChanging="CalendarView_CalendarViewDayItemChanging"/>
KySpace commented
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.