Skip to main content
Known Participant
February 21, 2007
Question

displaying date

  • February 21, 2007
  • 4 replies
  • 440 views
i have a date format on comments left how do i configure it to show how long ago the message was left instead of the normal 1/2/2007 format
This topic is closed to new replies. Start a new post to keep the conversation going.

4 replies

Known Participant
February 21, 2007
cheers
Inspiring
February 21, 2007
It's not an "option" in DW. It is a date function. If you do a goodle search for it you will get plenty of resources on how to do what you are tyring to do.
Inspiring
February 21, 2007
you can use the DATEDIFF function to find the difference between when it was posted and the GETDATE() which will give you the date/time now.
Known Participant
February 21, 2007
where is this option and how do i apply it