Skip to content

Instantly share code, notes, and snippets.

View hbrls's full-sized avatar
🎯
Focusing

Albert 理斯特 hbrls

🎯
Focusing
View GitHub Profile
@hbrls
hbrls / moment-zh-cn.js
Created June 14, 2016 05:59 — forked from chrishan17/moment-zh-cn.js
moment.js chinese configuration
// moment.js locale configuration
// locale : chinese (zh-cn)
// author : suupic : https://github.com/suupic
// author : Zeno Zeng : https://github.com/zenozeng
(function (factory) {
if (typeof define === 'function' && define.amd) {
define(['moment'], factory); // AMD
} else if (typeof exports === 'object') {
module.exports = factory(require('../moment')); // Node