Page 1 of 1

Date Formatting...Not Intuitive...

Posted: Tue Jul 20, 2004 7:51 pm
by papaurn
Hi
Does anyone else find date formatting in PHP to be inordinately difficult and non-intuitive?
I spend so much time figuring out how to format dates in php code...
Thought I would whine...
8)

Posted: Tue Jul 20, 2004 7:54 pm
by feyd
The tutorial section is not the place for whining..

Posted: Tue Jul 20, 2004 7:56 pm
by John Cartwright
No I don't.

Posted: Tue Jul 20, 2004 8:04 pm
by feyd
I don't find it difficult either..

Posted: Tue Jul 20, 2004 8:08 pm
by kettle_drum
It only gets difficult when you discover that date() and strftime() dont use the same codes and have to re-learn how to print dates.

Posted: Tue Jul 20, 2004 8:57 pm
by Joe
I personally do not stuggle either. I find the concepts fairly straightfoward.