Skip to content

Add bulk import for date polls #2371

Description

@PhrozenByte

Describe the goal you'd like to achieve

As a poll owner, I want to be able to do a bulk import for date polls.

Describe possible solutions

See #2339

Additional context

Since implementing a locale-aware date string parser is incredibly hard, I'd recommend you not to try. You better force ISO 8601 dates. If you do so, date string parsing is as simple as calling moment(string, moment.ISO_8601) (don't use moment(string), as it's a wrapper around the discouraged Date.parse() function).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions