文件名称:基于jquery的web页面日期格式化插件
文件大小:19KB
文件格式:PDF
更新时间:2023-12-22 04:57:32
jq jquery ue
代码如下: (function ($) { var FormatDateTime = function FormatDateTime() { }; $.FormatDateTime = function (obj, IsMi) { var correcttime1 = eval(‘( new ‘ + obj.replace(new RegExp(“\/”, “gm”), “”) + ‘)’); var myDate = correcttime1; var year = myDate.getFullYear(); var month = (“0” + (myDate.getMonth() + 1