git ssb

0+

cel-desktop / ssb-pkg



Tree: c5c7a8ffadbd51aa28a5f3f096fe43f69405da44

Files: c5c7a8ffadbd51aa28a5f3f096fe43f69405da44 / test / test-79-npm / moment / moment.js

199 bytesRaw
1'use strict';
2
3var moment = require('moment');
4moment.locale('ru');
5var newyear = new Date(2014, 0, 1);
6var s = moment(newyear).format('llll');
7if (s.indexOf('янв') >= 0) {
8 console.log('ok');
9}
10

Built with git-ssb-web