I believe the date problem is because in different languages (with a different locale) vb uses some other function instead of date(), with different parameters
Found it, in vbdate() description
* @param boolean If true, and user has a language locale, use strftime() to generate language specific dates
check strftime() in php.net for the list of date formats used
actually, you should use the forum's default date formats, or warn people to use the right format if they use a different locale.
or I may be completely wrong and this all isn't the case.
edit: someone beat me to it
|