我有约会2016-02-17,我正在使用DATE_FORMAT('2016-02-17', '%M, %D %Y')和显示它'february, 17th 2016',但我想显示february, seventeenth 2016,这是17th在言语,请帮助我
2016-02-17
DATE_FORMAT('2016-02-17', '%M, %D %Y')
'february, 17th 2016'
february, seventeenth 2016
17th
mysql
mysql ×1