Skip to content
Ignacy edited this page Sep 14, 2015 · 4 revisions

#WinRT-StandardDateFormatPicker Wiki

Simple control based on ComboBoxes to pick date in common in Europe and bigger part of the world format dd-mm-yyyy.

##Roadmap

  • divide solution to Control and Usage sample +
  • add MinYear, MaxYear and MinDay support
  • add date ranges support
  • create nuget package

##Usage <dp:DatePicker x:Name="DatePicker" MinYear="2011" MaxYear="2100" Month="9" MinMonth="1" MaxMonth="8" Year="200" /> //

Clone this wiki locally