Answered
I have a START Date and an END Date. I am allowing the user to pick the START Date, but would like to make the END Date a static date of 1 year after based on the START Date.
Example:
START Date: 01/01/2000 (picked with calendar by user)
END Date: 01/01/2001 (auto-calculated and static based on START Date picked)
Can anyone help?
Since dates are a specially formatted strings that are converted to a number or object, the use of the format picture is very important. If it is not correct the conversion and the code will not work.
George Kaiser