git ssb

0+

cel-desktop / ssb-pkg



Tree: ca90b5ca0579ebdcc0635288bce4978e3fb200f5

Files: ca90b5ca0579ebdcc0635288bce4978e3fb200f5 / test / test-79-npm / json-stringify-date / json-stringify-date.js

189 bytesRaw
1'use strict';
2
3var stringify = require('json-stringify-date');
4var obj = { d: new Date(2014, 2, 4) };
5var s = stringify.stringify(obj);
6if (s.indexOf('2014') >= 0) {
7 console.log('ok');
8}
9

Built with git-ssb-web