neverstop
10-10-2007, 05:45 AM
Hi,
I have a mod that displays a date/time stamp using this code:
$link['date'] = vbdate($vbulletin->options['dateformat'], $link['dateline']);
$link['time'] = vbdate($vbulletin->options['timeformat'], $link['dateline']);
I want to use the "detailed datestamp" (1 minute ago, 1 hour ago, 1 week ago, etc). Is it possible ? Please bear with me as I am not a coder.
Cheers,
Ian
I have a mod that displays a date/time stamp using this code:
$link['date'] = vbdate($vbulletin->options['dateformat'], $link['dateline']);
$link['time'] = vbdate($vbulletin->options['timeformat'], $link['dateline']);
I want to use the "detailed datestamp" (1 minute ago, 1 hour ago, 1 week ago, etc). Is it possible ? Please bear with me as I am not a coder.
Cheers,
Ian