date functions in asp.net
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, In my application,there are two textboxes where the user enters two dates. I have tp print all the dates between these two entered dates by the user.Can anybody help?
-
Hi, In my application,there are two textboxes where the user enters two dates. I have tp print all the dates between these two entered dates by the user.Can anybody help?
The pseudo logic for this would look like:
set currentdate = first date + 1 day while currentdate is less than second date print currentdate currentdate = currentdate + 1 day end while
BTW - this looks suspiciously like a homework question.
the last thing I want to see is some pasty-faced geek with skin so pale that it's almost translucent trying to bump parts with a partner - John Simmons / outlaw programmer
Deja View - the feeling that you've seen this post before.