I have a project that Asks for input from the user (@startdate and @enddate)
Once they select the date they then have to push a button.
After the button is pressed it will run a stored procedure and return results in the report viewer.
The problem is if I select the same day (For example 5/14/2012).
(@startdate and @enddate are both 5/14/12) it will not display any information becuase it is set to 00:00:00.
I would like datetimepicker2 (@enddate) to have the time stamp 23:59:59.
How can I add 23:59:59 as the time for datetimepicker2.value?
Simplest way is to add time to datetimepicker2 value: