1 Star 0 Fork 525

第三方项目代码/ok-admin

forked from 无敌波/ok-admin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
okutils.html 417 Bytes
一键复制 编辑 原始数据 按行查看 历史
bobi 提交于 2019-04-06 11:35 +08:00 . 添加okutil
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>okutils测试</title>
<script src="js/okutils.js"></script>
</head>
<body>
<script type="text/javascript">
var now = new Date();
var formatNow1 = now.dateFormat("yyyy-MM-dd hh:mm:ss");
var formatNow2 = now.dateFormat("yyyy-MM-dd hh:mm");
console.log(formatNow1);
console.log(formatNow2);
</script>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/third_party_project_code/ok-admin.git
git@gitee.com:third_party_project_code/ok-admin.git
third_party_project_code
ok-admin
ok-admin
master

搜索帮助