fengche134@hotmail.com Posted August 1, 2020 Report 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?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now