Version 7 has an addmonth function, so a similar addday function that adds days instead of months would be nice.

Comments

  • I will sometimes use "date$+1" (i.e. system date plus one). This may work depending on context of what you're looking to accomplish.

  • You can just do date+1, that adds a day to the date.

  • (Where date is any date type variable or actual date)

  • Mark as Completed! ;)