Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated App asserts FormBuilderDateTimePicker #127

Closed
jamiethain opened this issue Sep 3, 2019 · 2 comments
Closed

Updated App asserts FormBuilderDateTimePicker #127

jamiethain opened this issue Sep 3, 2019 · 2 comments

Comments

@jamiethain
Copy link

jamiethain commented Sep 3, 2019

On at least version 3.50 update the field firstDate now must be initialized or the field asserts!

This is a new change, and I think firstDate should just default to 01/01/0001.

'!initialDate.isBefore(firstDate)': initialDate must be on or after firstDate

@danvick
Copy link
Collaborator

danvick commented Sep 3, 2019

Well noted @jamiethain.

I, however, doubt if this is a new change the firstDate for now defaults to start of the year 1900 and lastDate defaults to the year 2100.

As a temporary measure, kindly set the firstDate to fit your needs.

@jamiethain
Copy link
Author

This is a relatively new change it was not this way as of 3.4.1 which is the last version I used.

I had done an update and was demoing it did an Assert that was not there before. I fixed it in like five seconds with a workaround, no issue, but I posted it so you would know.

@danvick danvick closed this as completed Nov 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants