gmag11 / ESPNtpClient

High accuracy NTP library for ESP32 and ESP8266
MIT License
118 stars 25 forks source link

Slight changes for date & time formatting (for better Javascript compatibility) #13

Closed sensboston closed 3 years ago

sensboston commented 3 years ago

added ability to change default (US) date & time formatting added helper for Javascript compatible string (to create new Date())

sensboston commented 3 years ago

I want a server side based date & time on my "embedded" HTML page; but JS Date constructor can not properly parse US formatted date serverTime = new Date('06/01/2021 23:33:28'); - this will be a June, 1st, not a January, 6th :)

gmag11 commented 3 years ago

Hello, that's great. Just merged!