weexteam / article

This repos is a third party collection, and is not developed nor maintained by Apache Weex.
1.22k stars 141 forks source link

weex下toLocaleDateString()? #228

Open caixianglin opened 5 years ago

caixianglin commented 5 years ago

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