Dec 20, 2002 #1 P pruebens Regular Joined Nov 21, 2002 Messages 71 How do you capture the current system time/date? I want to add this feature to a form so that when a user clicks a button it will capture the current system time and date and put it in a variable.
How do you capture the current system time/date? I want to add this feature to a form so that when a user clicks a button it will capture the current system time and date and put it in a variable.
Dec 20, 2002 #2 D divil Ultimate Contributor Joined Nov 17, 2002 Messages 2,746 Location England DateTime.Now
Jan 11, 2003 #4 D donaldc104 Freshman Joined Jan 4, 2003 Messages 32 The simple syntax "Now" also works. But I think the more verbose but documentary spelling "DateTime.Now" is more readable.
The simple syntax "Now" also works. But I think the more verbose but documentary spelling "DateTime.Now" is more readable.