setvalue datetime 赋值 

得到“/Date(14000023232323)/”  这样的值 需要把 /去掉

var dd = Result.yt_purchase_date.substring(1,Result.yt_purchase_date.length-1);             

yt_parchase.setValue(new Date(eval(dd)));

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-16
  • 2021-07-12
  • 2021-09-04
  • 2022-01-06
  • 2021-07-31
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-09-04
  • 2022-12-23
  • 2022-12-23
  • 2021-09-26
  • 2022-12-23
相关资源
相似解决方案