I have users inputing into two textboxes “StartDate” and “EndDate”. I need the function to return base on the textbox input. For example,
“01-Jul-08” in the “StartDate” textbox
“31-Jul-08” in the “EndDate” textbox
The return results when the user clicks the button
“01-Jun-08” for “StartDate”
“30-Jun-08” for “EndDate”
or if the user input “01-Mar-08” and “31-Mar-08” respectively
“01-Feb-08”
“29-Feb-08”
I need to use the results for calculating the used quantity from a table in the previous month.
Thanks
“01-Jul-08” in the “StartDate” textbox
“31-Jul-08” in the “EndDate” textbox
The return results when the user clicks the button
“01-Jun-08” for “StartDate”
“30-Jun-08” for “EndDate”
or if the user input “01-Mar-08” and “31-Mar-08” respectively
“01-Feb-08”
“29-Feb-08”
I need to use the results for calculating the used quantity from a table in the previous month.
Thanks