js string to date ; 1. var myDate = new Date("2013/1/16"); ; 2. ; 3. var str = "2013/1/16"; ; 4. var strToDate = new Date(str);.
確定! 回上一頁