Hello,
I am trying to input date into excel using write cell activity and (date.Today.ToLongTimeString) command. But what I get is always a 00:00:00, not actual time. Any ideas how can I achive the goal?
Regards,
Hello,
I am trying to input date into excel using write cell activity and (date.Today.ToLongTimeString) command. But what I get is always a 00:00:00, not actual time. Any ideas how can I achive the goal?
Regards,
Use Now.tostring(“MM/dd/yyyy”). Also you can also use Today.tostring(“MM/dd/yyyy”)
DateTime.Now.ToString()