标签:oda div col turn UNC color test func ring
判断是否为同一天
function isSameFay(t) { return new Date(t).toDateString() === new Date().toDateString(); }
js时间的一些处理
原文地址:https://www.cnblogs.com/justsilky/p/11555782.html