moment一款js日期处理类库,用于解析、检验、操作、以及显示日期

moment一款js日期处理类库,用于解析、检验、操作、以及显示日期

moment一款js日期处理类库,用于解析、检验、操作、以及显示日期

使用方式:

第一步引入bfwone

第二步use插件

第三步配置参数

moment().locale("zh-cn").format()

示例代码:

<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <title>BFW NEW PAGE</title>
    <script id="bfwone" data="dep=jquery.17|moment-with-locales&err=0" type="text/javascript" src="//repo.bfw.wiki/bfwrepo/js/bfwone.js"></script>
    <script type="text/javascript">
        bready(function() {
           

                $("#timestr").append(moment().locale("zh-cn").format('MMMM Do YYYY, h:mm:ss a'));
                $("#timestr").append(moment().locale("zh-cn").format('dddd'));
                $("#timestr").append(moment().locale("zh-cn").format("MMM Do YY"));
                $("#timestr").append(moment().locale("zh-cn").format('YYYY [escaped] YYYY'));
                $("#timestr").append(moment().locale("zh-cn").format());
           
        });
    </script>
    <style>
    </style>
</head>
<body>
    <div id="timestr">

    </div>
</body>
</html>

管网:http://momentjs.cn/
立即下载moment.js查看所有js插件

网友评论0

程序员在线工具箱