Form Responses view format
-
Currently the list of Form Responses has a date column in “Y/m/d” format, but I would like the hours and minutes to be displayed here as well. Is it possible to achieve this, or at least give the ability to apply filters within PHP to customize it myself?
public function grunion_manage_post_column_date() {
echo esc_html( date_i18n( 'Y/m/d', get_the_time( 'U' ) ) );
}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Form Responses view format’ is closed to new replies.