VS.NET 2002/2003Discussions about the Visual Studio.NET programming environment, the 2002 (1.0) and 2003 (1.1).
** Please don't post code questions here **
For issues specific to a particular language in .NET, please see the other forum categories.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the VS.NET 2002/2003 section of the Wrox Programmer to Programmer discussions. This is a community of tens of thousands of software programmers and website developers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining today you can post your own programming questions, respond to other developers’ questions, and eliminate the ads that are displayed to guests. Registration is fast, simple and absolutely free .
Let say I have 2 input that is date1 and date2.
e.g
date1 =1/05/2004
date2 =5/05/2004
How to outputting the date between date1 and date2 in the calendar (monthly planner)using vs.net.
How do you want it represented? Do you want all the days in between these dates in another forecolor or backcolor? If you want something like this, you have to use the DayRender method to make this determination. This event fires once for each day in the month.
Is it possible to display the dates between the two dates in the web planner if i only have the date1 and date 2 in my database. Do you know any website that I can refer to?
Yes, although what exactly do you want to see; do you want to be able to see and click these dates? I don't have any websites in mind, other than you will want to check out the MSDN Microsoft site, and review the calendar control and the datetime object; that may help you out.