AJAX Calendar/Scheduling Controls
Hi,
I need help in showing the saturday events in daypilot calendar using vb... Thanks a lot :)
If you want to show just Saturday, you can use:
DayPilotCalendar1.StartDate = Convert.ToDateTime("2010-06-19T00:00:00") ' this Saturday DayPilotCalendar1.Days = 1
If that's not what you are looking for, you should specify your question as Bbq suggested.
DayPilot for ASP.NET WebForms, DayPilot for ASP.NET MVC, DayPilot for Java