You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Adobe LiveCycle Developers
Hi,
I want to generate a system date in an LC Process. Can anyone tell how
to do it. Whether it can be done by scripting or any service that
needs to be used.
Thanks,
Sayoni.
Duane Nickull
unread,
Jul 1, 2009, 10:58:26 AM7/1/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to live...@googlegroups.com
You can write your own component in Java and use the java.utils class.
D
hemen.kapadia
unread,
Jul 1, 2009, 1:30:35 PM7/1/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Adobe LiveCycle Developers
I also have a flex date manipulation class that can find the localized time and count down backwards if anyone wants the source code.
When using data arrays, be careful to determine if your programming language uses 0 as the first array member. Some will do this for days of a month but use 1 for the first day of a week.