所以,如果我使用:
<?php echo date_format($date, "j M Y") ?>
我得到以下格式的日期:1950年1月5日.
然而,我想要的是:1950年1月5日
我该如何添加额外的?
php date
date ×1
php ×1