Monday, March 11, 2013

Date Picker BlackOuts Validation in Silverlight

You want to see the datepicker like this
Copy and Paste the Code your page
dtDeliveryDate.BlackoutDates.Add(new CalendarDateRange(new DateTime(), Convert.ToDateTime(yourDate).AddDays(-1)));

No comments:

Post a Comment