robman70
Technical User
- Aug 6, 2002
- 90
Hello all,
i have a program with two text fields, txtCheckIn and txtCheckOut, a check in date is entered into txtCheckIn and a check out date is entered into txtCheckOut, then i get the information and put them into variables (both declared as date) what i want to know is how can i print days between, like if someone put 2/27/2003 in txtCheckIn and 3/2/2003 in txtCheckOut how can i make the program print
2/27/2003
2/28/2003
3/1/2003
3/2/2003
any help is appreciated
Thanks
i have a program with two text fields, txtCheckIn and txtCheckOut, a check in date is entered into txtCheckIn and a check out date is entered into txtCheckOut, then i get the information and put them into variables (both declared as date) what i want to know is how can i print days between, like if someone put 2/27/2003 in txtCheckIn and 3/2/2003 in txtCheckOut how can i make the program print
2/27/2003
2/28/2003
3/1/2003
3/2/2003
any help is appreciated
Thanks