BIT Admin Date Column fix for WooCommerce

Adds the full time and date to the date column for those that find the '1 hour ago' stupid.

Author:Dan (profile at wordpress.org)
WordPress version required:
WordPress version tested:5.5.9
Plugin version:1.0.1
Added to WordPress repository:02-10-2020
Last updated:01-04-2023
Rating, %:0
Rated by:0
Plugin URI:http://www.blackicetrading.com/plugin-bit-wc-...
Total downloads:176
plugin download
Click to start download

Adds the full time and date to the date column for those that find the ‘1 hour ago’ stupid.
This isn’t the best fix going, since the core function render_order_date_column in https://github.com/woocommerce/woocommerce/blob/a7d57a248ed03dac7bad119e71f83dd961f43cb3/includes/admin/list-tables/class-wc-admin-list-table-orders.php
does not (imo) implent a filter correctly. You can add a filter for the date column, BUT it’s only effective on the field for orders greater than 1 day.

This is a quick fix to add a full time and date alongside the ‘1 hour’ output without affecting it or duplicating the output on orders greater than 1 day.


FAQ
ChangeLog