Skip to content

Invalid date #78

Open
Open
@max38934

Description

@max38934

Hi,

handlebars-intl.js -> formatDate function and similar. This functions accept "date" as parameter and create new Date object like: date = new Date(date);

If "date" will be 2016-08-18 in FF it will work, but it fail in safari, since safari doesn't support "-" in date. Valid format for safari is 2016/08/18.
So at the moment it works in one browser, depend on date format.

Regards,
Max

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions