hirosejn / HJN

TAT log Diver
https://hirosejn.github.io/HJN/dist/tatLogDiver.min.html
0 stars 0 forks source link

Excel CSV対応 #68

Open hirosejn opened 6 years ago

hirosejn commented 6 years ago
hirosejn commented 6 years ago

日付フォーマット yyyy/m/d h:MM:ss 対応(月、日、時間が一桁)

対応方針

var t0 = new Date();for (var i=0; i < 1000000;i++){test()} ;+new Date() - t0

("1990/1/2"+" 3:4:5.678 ").split(/[\/ :]/