zofe / rapyd-laravel

deprecated rewritten in rapyd-livewire
MIT License
866 stars 298 forks source link

Change datetimepicker style #377

Open danis963 opened 7 years ago

danis963 commented 7 years ago

Did someone implement this datepicker? Https://eonasdan.github.io/bootstrap-datetimepicker/ i trying since weeks ago and I could not.

I want if when put $ this-> edit-> add ('datein', 'datein', 'datetime'); Appear this datetimepicker style.

Regards Daniel

zofe commented 7 years ago

current implementation is http://www.malot.fr/bootstrap-datetimepicker/ you can make your own field, it's not easy but you can.

https://github.com/zofe/rapyd-laravel/wiki/Creating-Fields you can figure how to make your own looking at current one: https://github.com/zofe/rapyd-laravel/blob/master/src/DataForm/Field/Datetime.php

tacone commented 7 years ago

Looks like a very nice date time picker though. I particularly like the hour/minute selection, which is clunky in the widget we currently use.