Friday, February 27, 2009

date() and creating common format log entries
I had to create an log in common format
and the problem was to insert the date for it something like "26/Feb/2009:16:09:08"
this is how is done in php date("d/M/Y:H:m:s");
the rest was easy copy pasted from another log

No comments: