The text of this article is not in this database — only its details are. Read it on the old site: WPF DatePicker Using C#
10 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: WPF DatePicker Using C#
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
Shrikant JadhavPosted Dec 18, 2015, 1:30 AM
DatePicker1.Text = DateTime.Now.ToString("dd/MM/yyyy"); is not work, value become show like "Select date". If you show date in control like DatePicker1.Text = DateTime.Now.ToString("MM/dd/yyyy"); this code is working fine. So what I need to changte datepicker format change from MM/dd/yyyy to dd/MM/yyyy
Shrikant JadhavPosted Dec 18, 2015, 1:26 AM
Change date format of DatePicker control in wpf. eg. MM/dd/yyyy to dd/MM/yyyy
J Fernando Perez EspejelPosted Jun 2, 2015, 10:46 AM
how can i display the current date
Emil LebluesPosted Dec 4, 2012, 6:58 AM
where did you get SelectionMode="MultipleRange" ?
shyam agrawalPosted Aug 14, 2012, 6:23 AM
How to set background color for Month Year title?
Yuri BondarenkoPosted May 30, 2012, 3:28 AM
Good example of DateTimePicker in DataGrid: http://www.codearsenal.net/2012/03/wpf-datetimepicker-in-datagrid.html
k bPosted Oct 5, 2011, 3:24 PM
hi Mahesh, I am new to Microsoft Lightswitch and I find your WPFDatePicker control offers interesting features I been looking for. What steps I follow to use/add this control to my existing lightswitch application screen. Thnx.
Schuster EfigenioPosted Aug 10, 2011, 5:26 PM
is this using .Net Framework 3.5 or 4 ?