Hi, how can i get the AM or the PM in my time
in this example which is posted
7:00AM
Thank you in advance.
Hi, how can i get the AM or the PM in my time
in this example which is posted
7:00AM
Thank you in advance.
Okay i solved it now
That’s great!
Do you mind telling us the solution?
I would suppose it was using the ‘A’ format code of the [FPHP]date[/FPHP] function.
Please use this Code for AM or PM.
<?PHP
echo date("h:i:s A");
?>
A is use for AM or PM in php.
Happy to help you.
I use the new DateTime() then format