strftime

strftime -- Format a local time/date according to locale settings

Description

string strftime ( string format [, int timestamp])

Huomaa :

Esimerkki 1 . strftime( ) locale examples




This example works if you have the respective locales installed in your system.

Huomaa : %G and %V , which are based on ISO 8601:1988 week numbers can give unexpected ( albiet correct ) results if the numbering system is not thoroughly understood .

Esimerkki 2 .