Add initial Date bindings

Doesn't do much, yet, because we can't get the timezone with a plain binding, but it's at least something.
This commit is contained in:
dcodeIO
2018-11-10 14:40:58 +01:00
parent 410036e445
commit 1fad3d26c7
8 changed files with 640 additions and 1 deletions

View File

@ -192,7 +192,8 @@ tests.forEach(filename => {
math: {
mod: function(a, b) { return a % b; }
},
Math: Math,
Math,
Date,
// tests/declare
declare: {