querycert / qcert

Compilation and Verification of Data-Centric Languages
https://querycert.github.io/
Apache License 2.0
55 stars 9 forks source link

Consolidate date/time support in JavaScript #84

Open jeromesimeon opened 6 years ago

jeromesimeon commented 6 years ago

It might be worth cleaning up and consolidating date/time support in JavaScript to use a well-supported library. An example might be moment.js. Possible issue is that this require node.js for the JavaScript runtime.

jeromesimeon commented 6 years ago

Note: there is a "browser friendly" version of that same library.

jeromesimeon commented 6 years ago

Note: moment.js is distributed under the terms of the MIT license, which AFAIK is a good one.