Quote:
Originally Posted by Lynne
Since I really don't understand the purpose of this, I can't really tell you if there is a modification for it already.
|
Well, Never Mind ... thanks anyway
--------------- Added [DATE]1370878004[/DATE] at [TIME]1370878004[/TIME] ---------------
okay ... that's worked good
PHP Code:
//convert from threads unix time to normal date
$date=date("d/m/Y",$threadinfo['dateline']);
// normal option setting , u will put in date like 11/06/2013
$now = $vbulletin->options['points_alerttime'];
// now u can use it However you like
if($now <= $date)
{
//SOME CODE
}