How to get the present date and time

Hi, I have to use a data variable which shows the present date and time. Like I am sending you an email and use the variable which shows the present date and time. How can I use it?
Thanks in advance.

NOW

1 Like

Hi,

You can use the function Now() to get the current date time.

1 Like


Is it right way to use, How can I use

@balkishan

Now.tostring

Use “Execution start” + Now().toString

Thanks so much for the quick response :slight_smile:
@Vijay_Tulsalkar @mohammedamaan

It worked in the subject can I use in the body as I have used in the body part it show me the error.

@balkishan
use below code

"Regards, "+vblf+“Robo”+vblf+"Date : "+now.tostring

1 Like

@Vijay_Tulsalkar Bro get I think something is wrong.

“Hi,”+vbLf+“Your Account Payable…”+vbLf+“Hope you… :)”+vbLf+“Regards”+vbLF+ “Robo”+vblf+"Date : "+now.tostring

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.