LewisReeder
IS-IT--Management
For my application I would like to add validation so that when a user enters a start date, the end date will automatically calculate and generate in the "Week End" field. The week end date will always be 7 days later. The problem arises when the user enters a starting date that is at the end of the month (i.e. 08/27/2005). Since there is no such date as 08/34/2005, how could I have the dates wrap to the next month(09/03/2005)? Someone once told me there was something similar to a "serial number" for every date. Is this true? I have tried to cut the string apart and add the days but the validation will be very tedious and inefficient. Any help would be greatly appreciated.
Thanks,
Lewis
Thanks,
Lewis