How to print current date and time of a system in PHP ?
Answers
Answered by
2
Answer:
Answer: Use the PHP date() Function
You can simply use the PHP date() function to get the current data and time in various format, for example, date('d-m-y h:i:s') , date('d/m/y H:i:s') , and so on.
Similar questions