Thursday, September 10, 2009

Date Function- Date()

This is a very good function that can be used to date anything from last login to date adding a specific post. It is used in PHP 4 and 5. It is a relatively easy function to use because it goes like this:

date("parameters");

you can also easily format time so this:

date('l dS \of F Y h:i:s A');

I hope you find this helpful

No comments:

Post a Comment