From 2d5529cbe65d9b6d0f6294745a1ab516cda4ad27 Mon Sep 17 00:00:00 2001 From: sight <1453017105@qq.com> Date: Mon, 7 Aug 2023 08:53:15 +0800 Subject: [PATCH] update code --- examples/util.html | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/util.html b/examples/util.html index 2e904b2c..432ca666 100644 --- a/examples/util.html +++ b/examples/util.html @@ -132,7 +132,6 @@ layui.use(['util', 'layer'], function(){ // 转换日期格式 var timer = null - if (timer) clearInterval(timer) var toDateString = function (format) { var dateString = util.toDateString(new Date(), format); $('#test3').html(dateString)