Posts by José • 3 points
1 post
-
0
votes2
answers87
viewsQ: How to convert data in "September 18, 2018" format in PHP?
I used a cURL, to make a api, which picked a specific date. The problem is that the content returned is in English, for example: September 18, 2018. How could I format this for "en"? $ch =…