Write cell - entering time into excel

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”)

1 Like

DateTime.Now.ToString()