是标准的日期选择器
<DatePicker MonthFormat="{}{month.full}" DayFormat="{}{day.integer} ({dayofweek.abbreviated})" YearFormat="{}{year.full}"/>
我的问题如下:
如果可能,如何在下拉框或组合框中显示日期列表(长日期)?
例如:
7月14日星期一 7月15日星期二 7月16日星期三
日期选择器
a)如何将其修复到当年
b)如何将其修复到当前月份
答案 0 :(得分:0)
对于DatePicker
,您可以使用来自Codeplex的Windows Phone Toolkit
的控件。
对此的参考将是: http://www.c-sharpcorner.com/uploadfile/raj1979/windows-phone-7-datepicker-control/
How to show DatePicker & TimePicker controls over the Popop that contains them?
希望它有所帮助!