I need a little helt. I recording some action from desktop application. I need insert the current system date one of the Text field.
How can I do that?
Many Thanks

Code: Select all
string systime = System.DateTime.Now.ToString("dd_MM_yyyy_hh_mm_ss");