Page 1 of 1

Datetime add minutes

Posted: Mon May 05, 2014 2:08 pm
by tzalla
Hello,
i want to add minutes to a datetime using functions from the expression editor of a column. can u guide through the code??
i want to add 500 minutes in todays date in sql it would be " select DATEADD(minute,500,GETDATE())"

Re: Datetime add minutes

Posted: Tue May 06, 2014 6:31 am
by HighAley
Hello.

You could use next expression:

Code: Select all

{Today.AddMinutes(500)}
Thank you.

Re: Datetime add minutes

Posted: Wed May 07, 2014 9:34 am
by tzalla
thanx!!

Re: Datetime add minutes

Posted: Thu May 08, 2014 10:30 am
by HighAley
Hello.

We are always glad to help you.

Thank you.