Date time picker in laravel
I want to use date time picker in laravel blade template. Does anyone suggest me a good package for it or anything else?
What are you using? jQuery, Vue, Ember, Angular, plain JS? We need to know the frontend framework to give you any idea of what you should use.
@cmdobueno I want to use it in laravel blade template.
... yes. you do. But WHAT are you using for JS?
99.99999999999% of date time pickers are based in javascript. So we need to know what javascript tools you are using.
Are you using jQuery? or Vue.js ? What are you using so we can suggest a date picker that will actually work...
Otherwise, just use
or
or
Just use the one built into HTML 5.
The native control is best for accessibility and experience on mobile devices
Please or to participate in this conversation.