Format date calculation
Hello,
I'll just preface this by saying I have zero coding experience and almost no knowledge of javascript. I've been trying to create a custom stamp in Adobe Acrobat for work. I have an image that I have added a date/time calculation to, but somewhere in the code, something must be broken. I need the date format to be: 2018 MONTH DAY. Could someone please tell me how I can fix this? I also need the entire string to be capitalized, which seems to be working - it's just the date format I cannot figure out.
event.value = event.value.toUpperCase(event.value = util.printd("yyyy mm dd tt h:MM", new Date));
I thought "yyyy mm dd" would work, but it shows the date as MAY 23 2018.
Any help is appreciated.
