format

워드프레스에서 날짜 포맷 변경하기

워드프레스에서 날짜 포맷 변경하기 $dt_gmt = get_the_author_meta('user_registered', $user_id); $dt = get_date_from_gmt($dt_gmt, 'Y-m-d H:i:s'); echo date_i18n('Y-m-d H:i:s', strtotime($dt));

Scroll to Top