+ 1
PHP Date function
Why the php date function with the following parameter not working date_default_timezone_set
4 Respostas
+ 1
Hi, thanks for taking a look at my question. Earlier when I was trying the following code
<?php
date_default_timezone_set("Asia/Kolkata");
echo date("h:i:sa");
?>
I was getting error upon running it but it's working fine now. Thanks for taking the time to answer my question.
0
What did you do?
What error did it show?
0
What did you do?
What error did it show?
0