Formats
|
PHP Code
|
November 27, 2012
|
date("F d, Y",strtotime($row['date']));
|
Tuesday, November 27, 2012
|
date("l, F d,
Y",strtotime($row['date']));
|
Nov 27, 2012
|
date("M d, Y",strtotime($row['date']));
|
27 November 2012
|
date("d M Y",strtotime($row['date']));
|
27 Nov 2012
|
date("d M Y",strtotime($row['date']));
|
Tue, 27 Nov 2012
|
date("D, d M
Y",strtotime($row['date']));
|
Tuesday, the 27th of November, 2012
|
date("l",strtotime($row['date'])) .
", the " . date("jS",strtotime($row['date'])) . "
of " . date("F, Y",strtotime($row['date']));
|
Do feel free to ask any questions that you may have concerns to web. No Compromise on Learning!
Monday, November 26, 2012
How to Display MySQL Dates in different Formats using PHP
Subscribe to:
Post Comments (Atom)
How to change the PHP version for subfolders or subdomains
How to change the PHP version for subfolders or subdomains Setting a specific PHP version for a specific websites, subfolders or subdomain...
-
What is PHPSpreadSheet Library PHPSpreadSheet library is purely writter in PHP and it main purpose of communicate your PHP application with ...
-
Select2 is a jQuery plugin that extends the functionality of a simple HTML drop-down element by allowing to search the list, adding the ima...
-
I would make a function that checks every selected value, and then enables all option s, searches through the .staff_list s for option s ...
No comments:
Post a Comment
Please Comment Here!