Skip to main content
Participant
August 20, 2008
Question

HELP with Date Functions!

  • August 20, 2008
  • 2 replies
  • 279 views

I am trying to set a variable value to the current year minus 1. I've tried a number of different things, including the dateadd function. Can someone please help?
    This topic has been closed for replies.

    2 replies

    Inspiring
    August 20, 2008
    year(now()) - 1
    Inspiring
    August 20, 2008
    Hello mham08,

    What's your code for the dateadd look like?

    >
    > I am trying to set a variable value to the current year minus 1. I've
    > tried a number of different things, including the dateadd function.
    > Can someone please help?