Copy link to clipboard
Copied
Is there a JavaScript for a date picker for a custom dialogue which is used to create an acrobat dynamic stamp? The custom dialogue has several text fields and radio buttons on it, and the user has to type in a date (not the current date). If it is possible, I would like the user to select a date from a date picker, but I don't know if this can be done.
Copy link to clipboard
Copied
Is there a JavaScript for a date picker for a custom dialogue which is used to create an acrobat dynamic stamp? The custom dialogue has several text fields and radio buttons on it, and the user has to type in a date (not the current date). If it is possible, I would like the user to select a date from a date picker, but I don't know if this can be done.
Copy link to clipboard
Copied
No, nothing like this already exists.
You can always validate the date and force the user to enter a valid one before leaving the dialog.
Or use dropdowns for setting the day/month/year.
Or create a custom date picking popup dilaog.
Copy link to clipboard
Copied