Timestamp

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.
 
The simple syntax "Now" also works.
But I think the more verbose but documentary spelling "DateTime.Now" is more readable.
 
Back
Top