I have the following line:
var year = CarrierStartDate.getFullYear();
but when my form loads I get an error message that says, "Unable to get property 'getfullyear' of undefined or null reference"
Any ideas why?
*This post is locked for comments
I have the same question (0)