microsoft / devicescript

TypeScript for Tiny IoT Devices (ESP32, RP2040, ...)
https://microsoft.github.io/devicescript/
MIT License
3.24k stars 113 forks source link

Date, time support #526

Open pelikhan opened 1 year ago

pelikhan commented 1 year ago

(Limited) support for Date/Time APIs.

This is probably a rather involved work item.

navvvgupta commented 1 year ago

Hey, I am new to Open Source. can you please elaborate your issue ?

pelikhan commented 1 year ago

We don't have anything around dates and time yet in devicescript. how much of the js date apis do we need on embedded? It is a good questolion. This is not an easy task btw.

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date