Quote:
Originally Posted by DragonByte Tech
To do that you'd need to edit the code.
Open /dbtech/vbshout/includes/libs/shoutbox.php and search for 'timeformat' including the quotes.
|
OK. I found that bit of code:
Code:
$time = vbdate($this->registry->options['timeformat'], $shouts_r['dateline'], $this->registry->options['yestoday']);
break;
default:
// Everything else
$time = vbdate($this->registry->options['dateformat'], $shouts_r['dateline'], $this->registry->options['yestoday']) . ' ' .
vbdate($this->registry->options['timeformat'], $shouts_r['dateline'], $this->registry->options['yestoday']);
break;
}
Now what do I do for it just to display Hour and Minute?