Dec 20, 2002 #1 P pruebens Well-known member 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.
Jan 11, 2003 #4 D donaldc104 Active member 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.