For you code monkeys, here's the Powershell code: ... $d = $d.substring(4,2) + "/" + $d.substring(6,2) + "/" + $d.substring(0,4)
確定! 回上一頁