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

weex下toLocaleDateString()? #228

@caixianglin

Description

@caixianglin

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions