From 3f4f39e238ebc9be7a8703681b041f9d498c49cf Mon Sep 17 00:00:00 2001 From: zhengyongxing Date: Wed, 26 Feb 2020 09:41:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=81=E8=A3=85=E6=97=B6=E9=97=B4=E5=87=BD?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/Common/extend.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Application/Admin/Common/extend.php b/Application/Admin/Common/extend.php index 0cf6ecbcb..b872ae27c 100644 --- a/Application/Admin/Common/extend.php +++ b/Application/Admin/Common/extend.php @@ -2262,4 +2262,11 @@ function getLink($pid=0,&$arr){ } +function getNowDate() { + + return date('YmdHis',time()); + +} + + ?>