Skip to content

custom range search until 2019 only #7

@vscherbo

Description

@vscherbo

RegEx in search.js valid only until 2019 year.
var dateRegEx = new RegExp("[0-1][0-9][-][0-3][0-9][-][2][0][0-1][0-9]");

A right regex:
var dateRegEx = new RegExp("[0-1][0-9][-][0-3][0-9][-][2][0][0-2][0-9]");

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