The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Displaying Date in Long Form
Is there a way to get vbulletin to display a date in long form, like this:
Monday, July 26, 2004. I could write a function for this, but if there's already one in the system that would be better. |
#2
|
||||
|
||||
Quote:
Admin CP > vBulletin Options > Date and Time Options > Format For Date For what you want to do, you would have to insert L, F j, Y there. |
#3
|
||||
|
||||
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.
|
#4
|
||||
|
||||
Quote:
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); |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|