ortega3eduardo
Programmer
Hello,
Can anyone please help with my situation? Here is the scenario: I am trying to retrieve the dates from two dates I have in two separate text boxes. For example:
Textbox1 = Date 1 ( example 6/01/2003)
Textbox2 = Date 2 ( example 6/05/2003)
I need a way to code this in Visual Basic to retrieve all days inbetween. My result should be something like:
06/01/2003, 06/02/2003, 06/03/2003, 06/04/2003, 06/05/2003
Does anyone know how to retrieve this information from two dates which I have in two separate text boxes?
Your help would be greatly appreciated. Thanks
Can anyone please help with my situation? Here is the scenario: I am trying to retrieve the dates from two dates I have in two separate text boxes. For example:
Textbox1 = Date 1 ( example 6/01/2003)
Textbox2 = Date 2 ( example 6/05/2003)
I need a way to code this in Visual Basic to retrieve all days inbetween. My result should be something like:
06/01/2003, 06/02/2003, 06/03/2003, 06/04/2003, 06/05/2003
Does anyone know how to retrieve this information from two dates which I have in two separate text boxes?
Your help would be greatly appreciated. Thanks