Sir,
I am working on my academic project in C# windows application for management of an institute.
Am not able to use the 'month calender' or 'datetime picker' control.
I need to select a date using any of the above controls and based on the selected date I need to add some few more days to that and get the final date. I also need to store all those dates in the database(SQL Server 2005)so that I can later retrive it and check for any free dates available.
I am facing problem in storing the date as the time also gets stored along with the dates and later on creates a problem while retreiving it and checking. I need only to store the date.
Please suggest me a solution to my problem and also which control(datetim e picker or month calender will be apt.)
Thanking You.
I am working on my academic project in C# windows application for management of an institute.
Am not able to use the 'month calender' or 'datetime picker' control.
I need to select a date using any of the above controls and based on the selected date I need to add some few more days to that and get the final date. I also need to store all those dates in the database(SQL Server 2005)so that I can later retrive it and check for any free dates available.
I am facing problem in storing the date as the time also gets stored along with the dates and later on creates a problem while retreiving it and checking. I need only to store the date.
Please suggest me a solution to my problem and also which control(datetim e picker or month calender will be apt.)
Thanking You.
Comment