Days since Registered

  • Hi All.

    I have registered date in the database namely registerddate(datetime), Now i am fetching it to display the number of days elapsed since the user have registered.

    Can any one help me with the SP.

    Getdate()-registerddate???

  • datediff(dd,registerddate, getdate())

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply