vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   PHP Dates: How can I translate them? (https://vborg.vbsupport.ru/showthread.php?t=37488)

JulianD 04-16-2002 07:54 AM

PHP Dates: How can I translate them?
 
How can I translate the dates on vBulletin? I see the dates are built with the date() function, so I really don't know how to translate them to another language.

Any ideas?

Admin 04-16-2002 09:58 AM

The timestamps are not "built" with date() but with time(), which returns the time in unix stamp. You use date() to convert them, or rather vbdate() to get the timezones correct and everything.

JulianD 04-16-2002 10:34 AM

Oops, sorry aabout that... But then, there is no way to translate the
times?

BTW: this is my first reply by email. Let's see if it works.

JulianD 04-16-2002 10:34 AM

Double post. Please delete :)

Admin 04-16-2002 10:46 AM

Yes there is a way, use the date() function. :)

ArunanS 12-01-2002 08:37 PM

Sorry to be off topic...but how do you email a post in anyways?

anders 12-01-2002 11:31 PM

Quote:

Originally posted by FireFly
Yes there is a way, use the date() function. :)
Sorry for all the messy posts but this should work but it doesent in vbulletin? is that couse of vbdate() ?

used :

Code:

<?php
    /* Set locale to Swedish */
    setlocale (LC_ALL, 'sv_SE');
?>

just put that in global php or something...
Just make sure you have the locale file installed that u want.

more at --> http://php.benscom.com/manual/sv/function.setlocale.php


All times are GMT. The time now is 10:53 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.01019 seconds
  • Memory Usage 1,720KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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