Tutorial : How to add date and time using php

1 · Subin Siby · March 31, 2012, 3:17 p.m.
You might want to add date and time using php in your php files. I will tell you how to do it. 1 – Go to your PHP page. Paste this code where you want to add date and time            date("J-F- Y–H:I A") This code will Show date and time in Date-Month-Year –Hour:Minute:AM/PM If you want to change the type of showing date and time just change the position of the letters....