Showing posts with label Date. Show all posts
Showing posts with label Date. Show all posts

Wednesday, January 20, 2016

PHP DATE AND TIME FORMAT: Display Time in 12 Hour Format from 24 Hour Format

Usually, the format that we used to save time in our table is H:i:s in which the result is something like this: 14:00:00 which is in 24 hour...

PHP DATE AND TIME FORMAT: Format Date From Database

Usually, the format that we used to save date in our table is Y-m-d in which the result is something like this: 2016-01-21. So to make your ...