TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Sweta Sinha
NA
51
42.2k
Date Picker in WP8 set the range
Feb 23 2015 1:30 AM
Hi,
I have added Date Picker in my windows phone app programmatically:-
this.datePicker = new DatePickerCustom();
this.datePicker.IsTabStop = false;
this.datePicker.MaxHeight = 0;
this.datePicker.ValueChanged += new EventHandler<DateTimeValueChangedEventArgs>(datePicker_ValueChanged);
LayoutRoot.Children.Add(this.datePicker);
dp.Text = DateTime.Now.ToString("d MMMM yyyy HH:mm:ss");
I want to limit the datepicker by setting a min and max date.How can I do it in Windows Phone 8?
Reply
Answers (
1
)
converting json array into dictionary of key value pairs wp8
Windows 8.1 Store App Integration with Improveit 360. Y/N?