Does anyone have a relative date/time from now to a natural/human for classic ASP function in VBScript? This is like Twitter.
Examples:
- Less than 1 minute ago
- About 5 minutes ago
- About an hour ago
- About 3 hours ago
- Yesterday
- Wednesday
- etc.
|
|
Does anyone have a relative date/time from now to a natural/human for classic ASP function in VBScript? This is like Twitter. Examples:
|
|||
|
|
|
|
I write my own function like this, could be found at http://asp.web.id/asp-classic-relative-date-function.html it is used conversion asp date to unixtimestamp format and calculate the time margin. it is customizable you could also create relative date for upcoming date using this function. |
||
|
|
|
|
taken from ajaxed
|
||
|
|
|
|
This is the one I use. Pretty certain I just ripped it from Jeff's example that he used for this site. Yes, yes I did: How can I calculate relative time in C#?
|
||
|
|
|
|
I wrote my own. |
||
|
|
|
|
Not sure about what you mean by Wednesday part. |
||||
|