Jump to content
Server Maintenance This Week. ×

Adding + 1 to Date field


This topic is 8162 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Hi Steve,

Try writing a script which uses Set Field to affect the field that contains the date you want to change. Let's call the field, "DueDate" It could look a little like this...

Set Field ["DueDate", "Date(Month(Today), Day(Today) + 1, Year(Today))"]

Everytime you run that script it should increase the date by one day.

Cheers,

Christian Knudsen

Toronto, Canada

Link to comment
Share on other sites

Arrrrghhh!

DON'T USE THE TODAY FUNCTION. Use Status(CurrentDate).

Besides all that, wouldn't Set Field [DueDate, DueDate + 1] work just as well?

[ December 19, 2001: Message edited by: Vaughan ]

Link to comment
Share on other sites

This topic is 8162 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.