Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
Is there any way to display the system time on a form?
Thanks!
Solved! Go to Solution.
You can use the following script in click event of a button to display the current system date and time..You need to set Java script as language.
xfa.host.messageBox("" + Date());
Thanks
Srini
View solution in original post
Thanks! Works perfectly.
Views
Likes
Replies