cpbeast commented on issue #2369:
URL: 
https://github.com/apache/servicecomb-java-chassis/issues/2369#issuecomment-835047073


   > 为何需要判定,这是标准格式呀,js直接处理
   > 
   > ```
   > var d = '2021-05-07T12:30:58.835+00:00'
   > new Date(d)
   > ```
   > 
   > 输出:Fri May 07 2021 20:30:58 GMT+0800 (China Standard Time)
   
   
因为我们做的是智能报表的,前端可视化拖拽,选择一个数据模型,然后选择对应的图标,各种图,饼图,折线图,柱形图等等,拖拽字段到x,y轴之类的,其实就是拼sql,后台返回的是,不确定哪个字段是date,前端不太好转换吧,我想类似Springboot那种,配置Jackson那样,但是servicecomb
 好像没有


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to