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

  • Author
    Posts
  • #5352 Score: 0

    rudler
    • Contributions: 0
    • Level 1

    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 Score: 0

    errol
    • Contributions: 0
    • Level 1

    Below should do the trick:

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

  • #5354 Score: 0

    rudler
    • Contributions: 0
    • Level 1

    Thank you!!!

You must be logged in to reply to this topic.