wordpress date_i18n 日期格式化

date_i18n( get_option( 'date_format' ), strtotime( $date ) )


date_i18n( 'M j, Y', strtotime( $date ) )


原文:

date i18n

http://codex.wordpress.org/Function_Reference/date_i18n

Customizing the Time and Date

http://codex.wordpress.org/Formatting_Date_and_Time

你可能感兴趣的:(wordpress date_i18n 日期格式化)