Expand my Community achievements bar.

Is there a way to serialize a live cycle for -- or apply a static time/date stamp?

Avatar

Level 1

I need to be able to either serialize the form -- assign a unique numeric or alpha numeric number to each form or apply a time and date stamp that is static (the existing date and time reflects the current time whenever the form is opened)  Any suggestions?

3 Replies

Avatar

Former Community Member

I did a presentation on this topic for the Acrobat Users Group (BTW: another good forum for information). They recorded it. You should be able to get at the presentation here:

http://www.acrobatusers.com/events/1876/tech-talk-advanced-form-techniques-livecycle-designer

Paul

Avatar

Level 1

Thanks, I looked at it -- and I could not make it work.

If I click on a numeric box then in the formula area above type in what you provided:

$=concat[date(time)]

nothing happens.

Sorry, I am not a programmer. I also inserted this code into the xml and nothing.

Avatar

Level 3

The correct way is:

$=concat(date(),time())