openevse_esp32_firmware icon indicating copy to clipboard operation
openevse_esp32_firmware copied to clipboard

DEV V4.0: LCD and WiFi display date in different formats.

Open chris1howell opened this issue 4 years ago • 3 comments

Web interface displays date in Month/Day/Year format LCD displays date in Day/Month/Year format.

Both should use the same format. Optional, LCD could display a friendly format such as Month Day such as September 25 without the year

chris1howell avatar Feb 05 '21 21:02 chris1howell

For simplicity do you think it's important for the LCD to show the date? I'm not sure if it's required or useful to be displayed on the LCD? Obviously the more things the LCD has to cycle through the longer a user will have to wait to see the info they want!

glynhudson avatar Feb 05 '21 23:02 glynhudson

Good point. Date is probably not necessary.

On Fri, Feb 5, 2021, 6:08 PM Glyn Hudson [email protected] wrote:

For simplicity do you think it's important for the LCD to show the date? I'm not sure if it's required or useful to be displayed on the LCD? Obviously the more things the LCD has to cycle through the longer a user will have to wait to see the info they want!

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/OpenEVSE/ESP32_WiFi_V3.x/issues/144#issuecomment-774336478, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAN5QH2UFJX7FGPN52ZBEO3S5R27BANCNFSM4XFOTXBQ .

chris1howell avatar Feb 06 '21 01:02 chris1howell

I agree, let's remove the date.

glynhudson avatar Mar 12 '21 13:03 glynhudson