Image

Imageiothiania wrote in Imagephp

Listens: "L'ombre triste" by Dark Sanctuary

PHP Timestamps in French?

I'm used to telling time in [hour]h[minute], for example, 8:25pm would be 20h25. (I grew up speaking French; most of my web sites are bilingual.)

Anyway, I'm wondering how I can format the php timestamp of a phpBB (or any other php page), so that I can write it that with the 'h' in the place of the standard colon.

Right now, I have my the timestamp on my profile set to M d H:i; I would imagine if I were to write it as M d H h i, the second 'h' would just repeat the hour time.

(x-posted: Imagephpbb and Imagephp)