Windowsと.NET・C#の業務開発メモと覚書。その他ガジェットやサービスなどのレビューをまとめたブログ。
var jsonDate = "\/Date(1234567891012)\/"; var date = new Date(parseInt(jsonDate.substr(6)));