• Resolved blink7

    (@blink7)


    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)
  • Plugin Contributor Stef (a11n)

    (@erania-pinnera)

    Hi there, @blink7,

    Your customisation request goes beyond the scope of our support, so I’m afraid we can’t help you with that.

    The snippet you created might work, and you can test it and see how it goes 🙂

    You’re also very welcome to issue a feature request in GitHub for our product team to evaluate and ass it in our improvements pipeline.

    Hope that helps!

Viewing 1 replies (of 1 total)

The topic ‘Form Responses view format’ is closed to new replies.