I have a user field "PayDate" as a Date Field and used it on a form.
Is there any way to convert it into MMDDYYYY and display it on the form as soon as the user picks the date from a Date Picker?
Please help.
Have you checked the formatting out? I haven't used it but looks like it might be what you want.
PayDate using "%1$td%1$tm%1$tY"
The using type operator is explained in the current version of the LPL Configuration Guide on page 16, and JavaFormat (which references the Java 7 Formatter documentation) on page 13 (page numberes as of this writing and may change with future CU releases).