Custom Date format mmmm d always reverts to current year
When I custom format a text box with Date/ Custom/ mmmm d, and choose a date with other than the current year, and return to it, it has reverted to the current year. I have a field next to it for the year of what they picked, so it needs to be accurate.

Entry - 12/1/19 Reverts to 12/1/20

- Year field always will be 20. I deleted this field and tested the first field and it still reverts to 2020.
First field format:

Other info:
There is another date field earlier in the document that is independently named.
The year field shown uses the following script: (which works when I use util.scand("mmmm d yyyy".... as well)
var oDateValue = util.scand("mmmm d",this.getField("Agrmt_Dt_Month").valueAsString);
event.value = util.printd("yy", oDateValue);
