Home > Article > Backend Development > php string conversion problem
The string "2016-8-13" is converted to "August 13th"
Can I ask if it can be converted
The string "2016-8-13" is converted to "August 13th"
Can I convert it?
<code>date('m月d号',strtotime('2016-8-13'));</code>
Try it