Title: feature request: user format at admin backend (column.php)
Last modified: July 25, 2020

---

# feature request: user format at admin backend (column.php)

 *  Resolved [WP-Henne](https://wordpress.org/support/users/wp-henne/)
 * (@wp-henne)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/feature-request-user-format-at-admin-backend-column-php/)
 * Hello,
 * i’d like to suggest a new field to set a different format for time and date at
   the backend while in post/page list view.
 * Because the default setting from the wordpress is for the frontend and isn’t 
   all fine at the admin view for us.
 * I’d like to use something like this:
 * `$modified = date_i18n( apply_filters( 'wplmi_admin_column_date_time_format','
   d.m.Y \<\b\r\> G:i \U\h\r' ), $m_stamp );`
    `echo '<br>' . get_the_modified_author();`
 * Thank you

Viewing 1 replies (of 1 total)

 *  Plugin Author [Sayan Datta](https://wordpress.org/support/users/infosatech/)
 * (@infosatech)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/feature-request-user-format-at-admin-backend-column-php/#post-13249782)
 * Hello [@wp-henne](https://wordpress.org/support/users/wp-henne/)
 * Please update the plugin to latest version and then use this code:
 *     ```
       function wplmi_change_column_date_format() {
           // date format
           return 'd.m.Y \<\b\r\> G:i \U\h\r';
       }
       add_filter( 'wplmi/admin_column_datetime_format', 'wplmi_change_column_date_format' );
       ```
   
 * Thanks!

Viewing 1 replies (of 1 total)

The topic ‘feature request: user format at admin backend (column.php)’ is closed
to new replies.

 * ![](https://ps.w.org/wp-last-modified-info/assets/icon-256x256.png?rev=2844152)
 * [WP Last Modified Info](https://wordpress.org/plugins/wp-last-modified-info/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-last-modified-info/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-last-modified-info/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-last-modified-info/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-last-modified-info/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-last-modified-info/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Sayan Datta](https://wordpress.org/support/users/infosatech/)
 * Last activity: [5 years, 9 months ago](https://wordpress.org/support/topic/feature-request-user-format-at-admin-backend-column-php/#post-13249782)
 * Status: resolved