Hi there. I definitely considered that when writing the plugin, however I wanted the added items to blend seamlessly with WP Admin which does not use a single date format in all contexts. In each context, the date format is matched with the one used by core. Are you perhaps using a locale other than en_US
? If so, then it’s possible this might be an issue solvable by translation.
Another solution would be to use the filters exposed by the plugin to modify the defaults to your preference rather than overriding them with every instance. See How to change the outputted date/time format? in the FAQ for a description and code snippet for how to do this.
Thanks for your review! If you have issues though, please direct them to the Support Forum as I do actively monitor and reply to new threads there.