Bs_Ramin Posted February 3, 2006 Share Posted February 3, 2006 For simplify the internationalization of forum you can use instead of gmdate the php function gmstrftime return gmstrftime($this->time_options[$method], ($date + $this->offset) ); instead of return gmdate($this->time_options[$method], ($date + $this->offset) ); with the function setlocale() before (argoument of setlocale editable directly by admin cp) o:) now all date is writed in all language possible (w00t) Link to comment Share on other sites More sharing options...
Fabien Posted February 3, 2006 Share Posted February 3, 2006 This functionality is in great demand by IPB's users non-english (with ACP per language pack) ^_^ Apparently, that will be added in the next version (see : Bug ID #423: Localized date) :) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.