![]() | Join Date: Nov 2006 | Posts: 42 |
Re: Time problems
I've had to deal with this before - it has to do with the language. There's a param in vbdate() that enables the local setting.
Basically if the user has a language set, it will use the server's locale settings (a formatted string), and then it calls sprintf() to get the date string. If you don't use other languages, you could try setting the $uselocale variable in the function to TRUE.
Basically if the user has a language set, it will use the server's locale settings (a formatted string), and then it calls sprintf() to get the date string. If you don't use other languages, you could try setting the $uselocale variable in the function to TRUE.
--------------------
Adrian Schneider
Adrian Schneider





Removed that, and we´re good to go
Thanks for all the advice guys 
Linear Mode

