vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Displaying Date in Long Form (https://vborg.vbsupport.ru/showthread.php?t=67651)

Michael Morris 07-26-2004 09:16 AM

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.

Colin F 07-26-2004 10:11 AM

Quote:

Originally Posted by Michael_Morris
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.

Look in your

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.

Michael Morris 07-26-2004 10:21 AM

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.

Colin F 07-26-2004 10:38 AM

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);


All times are GMT. The time now is 12:01 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00949 seconds
  • Memory Usage 1,714KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete