Jump to content

Date in all language


Guest Bs_Ramin

Recommended Posts

Posted

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)

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...