Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

Date Function is not working in adobe reader

Avatar

Level 1

Hello Everyone ,

I have create a pdf file using adobe livecycle .

I add a below code .

var today = new Date();

this.rawValue = parseInt(today.getMonth()+1)+"/"+today.getDate()+"/"+today.getFullYear();

When i run a pdf file in adobe livecycle ,current date is filled in textfield using above code .

But , when i save this file and open in adobe reader or adobe acrobat pro , then above code is not working (not giving error).

Please check review problem and give a solution .

Thanks in advance ,

Ronak Patel

1 Accepted Solution

Avatar

Correct answer by
Level 7

Try formattedValue instead of rawValue.

rawValue

786982_pastedImage_0.png

formattedValue

786995_pastedImage_1.png

View solution in original post

5 Replies

Avatar

Level 7

This seems to work just fine for me. What version of LC, Reader, and Acrobat are you using?

LC ES3, Preview

784701_pastedImage_0.png  784705_pastedImage_5.png

Reader XI, Acrobat X

784703_pastedImage_2.png784704_pastedImage_3.png

Avatar

Level 1

Hello Sir ,

I am using Adobe liveCycle ES2 and Adobe Reader 11.0 .

Above code is work , but if i am pass Datefield value to date object like below code then it give correct date into adobe live cycle but when i used in adobe reader then it give me invalid date .

I am attached two document , plea

My Code for below output : -

var ch=new Date(xfa.resolveNode("form1.page1.DateTimeField1").rawValue);

  app.alert(ch);

se find and replay me .adobereader.png

Thanks and regards ,

Ronak Pateladobelivecycle.png

Avatar

Correct answer by
Level 7

Try formattedValue instead of rawValue.

rawValue

786982_pastedImage_0.png

formattedValue

786995_pastedImage_1.png