Computer Science, asked by akgt567, 7 months ago

How to print current date and time of a system in PHP ?

Answers

Answered by Anonymous
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