Just makes an ISO date with VB Script function iso_date(byval dt) dim y: y = year(dt) dim m: m=month(dt) dim d: d=day(dt) dim h: h=hour(dt) dim n: ...
確定! 回上一頁