Return date in French 时间:2017-05-17 作者:Kevin $current_post[\'date\'] = get_the_date( $smof_data[\'blog-date_format\'] ); echo $current_post[\'date\']; 我想用法语显示日期。如何使用上面的de代码实现这一点? 1 个回复 最合适的回答,由SO网友:mmm 整理而成 您好:)您可以使用该功能date_i18n, e、 g.像这样 $dateToDisplay = time(); echo date_i18n(get_option("date_format"), $dateToDisplay); 有关更多信息,请查看法典https://codex.wordpress.org/Function_Reference/date_i18n 结束 文章导航