nickrugado
MIS
I have two list boxes with dates in them for the user to select from.
List box 1 is the beginning date and 2 is the ending date.
When the date in box 1 is selected I want box 2 to be set to the last day of the next month.
i.e.
box 1 selection 6/1/08, result box 2 default value 7/31/08
box 1 selection 6/15/08, result box 2 default value 7/31/08
box 1 selection 5/31/08, result box 2 default value 6/30/08
Your help is appreciated.
Nick
List box 1 is the beginning date and 2 is the ending date.
When the date in box 1 is selected I want box 2 to be set to the last day of the next month.
i.e.
box 1 selection 6/1/08, result box 2 default value 7/31/08
box 1 selection 6/15/08, result box 2 default value 7/31/08
box 1 selection 5/31/08, result box 2 default value 6/30/08
Your help is appreciated.
Nick