Open holic-cl opened 9 years ago
It doesn't work because "date" is not a "datetime" field, and because we use https://bootstrap-datepicker.readthedocs.org as js widget, it doesn't seems to support datetime.
If you have some suggestion about a different widget to make a new field "datetime" you're welcome.
As easy solution I suggest you to extend current "date" field adding an H:i:s input..
I'm little bit busy in this period.
i think is necessary because no widget allows using datetime in the package
I made a new field called datetime with the almost same content of field date, and i added this assets: http://www.malot.fr/bootstrap-datetimepicker/
It work fine, but i can't show datetime fields in the DataGrid, do you have any clue?, i don't know if i should add something to that class.
Sorry i was wrong, i can't show the datetimes in show view, in Datagrid works fine.
sharing some code is welcome :)
i will make a pull request soon :)
done, pls review
thanks! merged on master I'll review soon
i think it should not have to be on master branch, as i told you it have some bugs, as edit a datetime or show it in the show view
if someday you got time can you help me to fix those bugs?
sure, I'll fix asap.. however I see many problem in the js widget, so I think I'll find another: this seems more promising https://github.com/Eonasdan/bootstrap-datetimepicker
ok, i will find someone too, that one looks good
hey, i almost done with this datetimepicker https://eonasdan.github.io/bootstrap-datetimepicker
i will send you a pull request soon
Hi, I'm just curious, can we use time picker in Rapyd now?
Hi, i didn't make the pull request, i was thinking to make it but i was without time.
I don't know if zofe made it.
I tried it, and it works :) Datetime is available in Rapyd.
nice :+1:
Hi, I was trying to save the hour in the date on a form but i don't know if it is possible.
I tried: $form->add('start_at','Start', 'date')->format('d-m-Y H:i:s', 'en')->rule( 'required' );
But it doesn't work. If there is a way, can you explain me?.
Regards