|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Today @ 10:35 AM
Points: 163,
Visits: 614
|
|
Hi geniuses,
How do I add days to a date in an expression. Field: payment_date and I want to add 15 days to that date
Thanks! Regards
|
|
|
|
|
Right there with Babe
      
Group: General Forum Members
Last Login: 2 days ago @ 6:44 AM
Points: 759,
Visits: 802
|
|
In the Expression editor, under the Common Functions in the Category window look at the Date & Time functions. Use the DateAdd() function.
=DateAdd("d", 15, Fields!payment_date) HTH, Rob
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Today @ 10:35 AM
Points: 163,
Visits: 614
|
|
Thanks! And If I want to add 15 days to todays date?
Regrdas
|
|
|
|
|
Right there with Babe
      
Group: General Forum Members
Last Login: 2 days ago @ 6:44 AM
Points: 759,
Visits: 802
|
|
=DateAdd("d", 15, Now) HTH, Rob
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Today @ 10:35 AM
Points: 163,
Visits: 614
|
|
Thanks
=DateAdd("d", 15, Today) Works also
Regards
|
|
|
|