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

Add date question and answer #333

Merged
merged 1 commit into from
Mar 20, 2019
Merged

Conversation

czosel
Copy link
Contributor

@czosel czosel commented Mar 19, 2019

Fixes #315

Validations like min/max are intentionally left out, because date validations are typically not based on fixed dates, but on relative dates ("booking date can only be in the future", "due date is between 10 and 30 days from now"). In my opinion there is a general lack of flexibility with the current validation system that I'd like to address before adding any new "fixed" validations.

@czosel czosel force-pushed the add-date-question branch 2 times, most recently from d504cb7 to a6fee1d Compare March 19, 2019 22:11
Copy link
Member

@open-dynaMIX open-dynaMIX left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work!

@czosel czosel merged commit 3a0c6e3 into projectcaluma:master Mar 20, 2019
@czosel czosel deleted the add-date-question branch March 20, 2019 15:46
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

Successfully merging this pull request may close these issues.

Form: Support for date / datetime / time fields
2 participants