J
Jeff
Hey
ASP.NET 2.0
I've got 2 Calendars on a webpage I'm developing. These Calendards are named
"calFrom" and "calTo".. The user will choose from and to date and then
perform some operation based on the chosen dates.
The problem is that the time is set to 00:00:00 both Calendar.SelectedDates.
For "From" the 00:00:00 time is what I want. But for the "To" calendar it
should be the max time for a day (23:59:59)
I've tryed to add 1 day to the from date and then subtract 1 millisecond,
but this don't seem to work
Any suggestions on how to fix this will be greatly appreaciated
Jeff
ASP.NET 2.0
I've got 2 Calendars on a webpage I'm developing. These Calendards are named
"calFrom" and "calTo".. The user will choose from and to date and then
perform some operation based on the chosen dates.
The problem is that the time is set to 00:00:00 both Calendar.SelectedDates.
For "From" the 00:00:00 time is what I want. But for the "To" calendar it
should be the max time for a day (23:59:59)
I've tryed to add 1 day to the from date and then subtract 1 millisecond,
but this don't seem to work
Any suggestions on how to fix this will be greatly appreaciated
Jeff