hi
In my application (asp.net) I am uploading the video and storing the video in database
like videoname,videotitle,dateofuploded
these are the fields. My problem is when I am displaying that video I want to display the date like '2 days ago' or ' one month ago' or 'one year ago'
How can I write the function for converting the date into that process.
Take example of youtube. On that site below the video display the date when it was uploaded.
Can I get that format of date if yes how can I write that.
Thank you