Convert a Date from YYYY-MM-DD to DD-MM-YYYY Format in PHP ( Commonly used Indian date format )
Recently the source code we downloaded for one of our Android app. It was using the Birthdate format “YYYY-MM-DD” but most of our android app users are Indian and the most commonly used date format in India is DD-MM-YYYY, hence we needed to change the php API calls made by the app to change the … Read more