format a PDF form date as example " 12TH DAY OF JANUARY, 2018 "
How can I format a PDF form date field as example " 12TH DAY OF JANUARY, 2018 " (Acrobat 2017 PRO)
How can I format a PDF form date field as example " 12TH DAY OF JANUARY, 2018 " (Acrobat 2017 PRO)
Thanks... I tried and it DID work GREAT BUT now I added it to my PDF, and it does not work ( I even tried it on a "BLANK pdf" )? What have I missed. ??
"// for the "Format" tab enter the following "Custom Format Script", do not use the "Date" format option:
if(event.value != "") event.value = legalDate(util.scand("dd-mmm=yyyy", event.value)).toUpperCase();
"
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.