如何从Magento的任何现有日期中删除年份


How to remove year from any existing date in Magento

PHP Core Date 0000-06-22不能在Magento和CakePHP中添加日期

它接受日期>大于1971

所以我想把year替换成'1971'

如何?

str_replace('0000', '1971', '0000-06-22');