fengche134@hotmail.com 0 Report post Posted August 1, 2020 Hello, I am using Nitro Pro ver 10.0.0.24. I have a form field named "Date" with the following date: 04/21/2020 I have the following code: var formDate = this.getfield("Date").value startDate = util.scand("mm/dd/yyyy", formDate) app.alert(startDate, 1) The date that shows up in the message box is May 21 2020. If I change the date in the form field to 03/21/2020 then the date that shows up the message box is March 21 2020. It appears this bug only shows up in certain months. Is there a fix to this? Share this post Link to post Share on other sites