-
Notifications
You must be signed in to change notification settings - Fork 174
Implement methods to validate date and decimal on localized form #204
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
Implement methods to validate date and decimal on localized form #204
Conversation
|
As I pointed on cakephp/cakephp#14519, my implementation depends on non-lenient behavior from Date/DateTime parsers. That behavior is available on current How can I meet that? Update |
|
Yes, we now make a requirement to CakePHP 4.1+ then, which is fine for quite some time now. Are there any other comments/reviews from people so far? |
Implement a general rule on abstract base class
9355f4f to
8c8b825
Compare
|
I started https://sandbox.dereuromark.de/sandbox/localized |
|
Sure, how can I do that? |
|
PR your addition :) https://github.com/dereuromark/cakephp-sandbox |
|
Once you updated the composer constraint we can also first merge this PR into master. |
|
@dereuromark I think its done. Next week I expect some more sparse time, so I will make a PR into sandbox too. Thanks. |
|
Cool |
Resolve #186
Using
\Cake\I18nsubsystem, validate string of date/datetim or decimal number from your localized form.