Skip to content

MinDateTime and MaxDateTime #8

Description

@nolillo2003

Sorry for my english, i found a issue.
I have a input with this config: datetimeFormat: 'D/O/Y'

I put this settings (general settings in .js):
minDatetime: new Date(1900, 0, 1, 0, 0, 0, 0),
maxDatetime: new Date(2150, 11, 31, 0, 0, 0, 0)

For example i have this date 25/01/2016, if i want to put 25/05/1985 when i enter the year the field change to 01/01/1985. I think that the min date has to be checked when i finish enter year or when i trigger the change event of the input.

Regards!!

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