Log message #3913071

# At Username Text
# Jul 25th 2016, 18:12 antograssiot it was 5.4.16 in cake 3.0 and 3.1 if I remember well
# Jul 25th 2016, 18:12 antograssiot https://github.com/cakephp/cakephp/blob/master/composer.json#L21
# Jul 25th 2016, 18:11 djdnl13 slackebot2: I just followed the Blog tutorial, basically the setting up. and the deafult pages says: Your version of PHP is 5.4.16 or higher.
# Jul 25th 2016, 18:10 btx @antograssiot: itâ??s in the composer file and the default home page file
# Jul 25th 2016, 18:10 antograssiot where did you see 5.4.16 ?
# Jul 25th 2016, 18:09 antograssiot djdnl13 5.5.9 is the minimum
# Jul 25th 2016, 18:09 btx @djdnl13 if you check the `composer.json` file I think itâ??s almost always the safest bet since all installs and dependencies are controlled by that file
# Jul 25th 2016, 18:08 antograssiot mikatone so you need ->date('intervention_date', 'dmy')
# Jul 25th 2016, 18:07 djdnl13 Hello. One question. What is the minimun PHP version for running cakePHP3, since the Installation Requirements says PHP 5.5.9 or greater and a clean project says Your version of PHP is 5.4.16 or higher. Will I have any problem with that?
# Jul 25th 2016, 18:06 mikatone antograssiot https://gist.github.com/antograssiot/d4577eaba99dc0727769858ef4de221a
# Jul 25th 2016, 18:03 mikatone antograssiot let me check
# Jul 25th 2016, 18:03 antograssiot I'm using 'rule' => ['datetime', 'dmy'],
# Jul 25th 2016, 18:02 mikatone I think that the post data is ok according to locale
# Jul 25th 2016, 18:02 mikatone antograssiot yes but there is nothing to validate as post: intervention_date:30-07-0025
# Jul 25th 2016, 18:02 antograssiot are you using any validation rule ?
# Jul 25th 2016, 18:01 antograssiot so it is a validation thing now right ?
# Jul 25th 2016, 18:00 mikatone and form error message The provided value is invalid
# Jul 25th 2016, 18:00 mikatone no error just get false for intervention->save
# Jul 25th 2016, 17:58 antograssiot what kind of error message are you getting ?
# Jul 25th 2016, 17:58 antograssiot I only use datetime in my app and it worked like that, I don't know with date only.
# Jul 25th 2016, 17:58 mikatone without time...
# Jul 25th 2016, 17:58 mikatone Date::setToStringFormat('dd-MM-yyyy');
# Jul 25th 2016, 17:58 mikatone antograssiot still The provided value is invalid
# Jul 25th 2016, 17:57 mikatone lol
# Jul 25th 2016, 17:57 mikatone thats why
# Jul 25th 2016, 17:57 mikatone glue in eyes
# Jul 25th 2016, 17:57 mikatone lol
# Jul 25th 2016, 17:56 antograssiot ??
# Jul 25th 2016, 17:56 antograssiot mikatone, why did you add the time part
# Jul 25th 2016, 17:56 mikatone jiz is there any simple way to set date format in cake boostrap?
# Jul 25th 2016, 17:54 mikatone on date fields
# Jul 25th 2016, 17:53 mikatone not working at all but now i get invalid value in form
# Jul 25th 2016, 17:52 mikatone antograssiot https://gist.github.com/antograssiot/d4577eaba99dc0727769858ef4de221a
# Jul 25th 2016, 17:50 antograssiot you probably need both
# Jul 25th 2016, 17:50 mikatone man
# Jul 25th 2016, 17:50 mikatone tired
# Jul 25th 2016, 17:50 antograssiot I've updated it
# Jul 25th 2016, 17:50 mikatone sure
# Jul 25th 2016, 17:50 mikatone instead of Time::
# Jul 25th 2016, 17:49 mikatone ok
# Jul 25th 2016, 17:49 antograssiot like in the example gist that I posted