Quote:
Originally Posted by Michael_Morris
I don't want to change the boardwide settings. I want a template to be able to call up the longform date as part of its code display.
|
well then you're going to have to change the vbdate() in the php file representing the place you want to change it.
vbdate() is built up like this:
vbdate($format, $timestamp = TIMENOW, $doyestoday = false, $locale = true, $adjust = true, $gmdate = false)
so you could change it to vbdate("your format", $timestamp);