Skip to content
This repository has been archived by the owner on Jun 6, 2019. It is now read-only.

weex下toLocaleDateString()? #228

Open
caixianglin opened this issue Aug 3, 2018 · 0 comments
Open

weex下toLocaleDateString()? #228

caixianglin opened this issue Aug 3, 2018 · 0 comments

Comments

@caixianglin
Copy link

for example: today is 08/03/2018;

# in a IOS weex-platform: 
new Date().toLocaleDateString() > 2018/8/3
# but in a android weex-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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant