Skip to content

Doesn't work on Android #92

@mikkan-39

Description

@mikkan-39

Enviroment: React Native mobile app
I was trying to use your format(date, "mediumDate") instead of javascript's date.prototype.toLocaleDateString(), since that one just straight up doesn't work on android. Unfortunately fecha seems to have the same problem:

date = new Date("2022-01-14")
format(date, "mediumDate"); // on iOS returns "14 янв. 2022 г., 20:41"
format(date, "mediumDate"); // on Android returns "14/01/22"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions