This topic contains 2 replies, has 0 voices, and was last updated by rudler 8 years, 9 months ago.

  • Author
    Posts
  • #5352

    rudler

    I have a need to find the # of days between a date field (i.e. {startdate}) and a particular date ( i.e. May 1, 2015). What’s the trick?
    This is a cached copy. Click here to see the original post.

  • #5353

    errol

    Below should do the trick:

    Code:
    to_date(‘05012015’, ‘MMDDYYYY’) – {startdate}
    -Errol

  • #5354

    rudler

    Thank you!!!

You must be logged in to reply to this topic.