0
votes

I have a column named Expiry of date and time type.

I want to set the default date to 60 days from my current date. That is expiry should reflect the date of after two months from the current date.

I tried this under calculated value:

= Today + 60

Plz help..

1

1 Answers

0
votes

You forgot the parantheses. Tested on a local SharePoint:

= [Today] + 60

as a calculated value worked perfectly for me.