caixianglin opened a new issue #1393: new Date().toLocaleDateString() bug? URL: https://github.com/apache/incubator-weex/issues/1393 for example: today is 08/03/2018; in a IOS platform: new Date().toLocaleDateString() > 2018/8/3 but in a android platform: new Date().toLocaleDateString() > 2018/8/2 in a h5 platform, no matter in a IOS or Android platform: new Date().toLocaleDateString() > 2018/8/3
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
