Tuesday, November 15, 2005

A simple thing that I always forget

Developing a php script, but I spent a significant time for a small thing that I had done several times before

PHP Functions for get date and time

echo date('l dS of F Y h:i:s A'); out puts Tue Nov 15 th 2005
echo date("D M d S Y") out puts 15th of November 2005 03:33:35

No comments:

Azure Storage Account Types

Defferent Types of Blobs Block blobs store text and binary data. Block blobs are made up of blocks of data that can be managed individually...