// Load Date Helper$date= Loader::helper("date");// You may need to define $c global$c;// Get Blocks in Main area foreach($c->getBlocks('Main') as $b) {$bDate[$i]=$b->getBlockDateLastModified();$i++;}// Reverse Sort Date Array rsort($bDate);//Echo Date and Time Page last Edited echo$date->getLocalDateTime($bDate[0],$mask='m-d-Y g:i:s');
Code
Post Reply
Delete Post
You are allowed to delete your post for 5 minutes after it's posted.
Try this: