About reversal from "Thu, July 23" to "July 23, Thu"

My app needs to display dates in a shortened form.

Each dates needs to include the day of the week as well, but I want to put more focus on the date itself. So, I'm considering a reverted version of dates, as shown below:

  • This year: Jul 23, Thu
  • Another year: 7/23/19, Thu

I put the day of the week to the end because it is just extra information and the date itself much more matters.

But, because this is not a typical date format in English, I'm worried that users might feel confused.

How do you think? Is this inversion acceptable? Or should I strictly follow the standard English date format?