Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Kru-x's avatar
Level 2

Time picker livewire/laravel, am I missing something --Solved

On a steep learning curve, and I have a problem finding answers on what I think would be an easy solution.

I need to implement a date & time picker in to a form to save both Date and time, but I have really hard time to find one, new to Javascript and would like to use Livewire.

Can anyone point me in the right direction or a good tutorial.

-----Found it myself, too easy https://forum.laravel-livewire.com/t/looking-for-a-date-time-picker-for-livewire/3682/7

0 likes
4 replies
neilstee's avatar

@kru-x does the simple <input type="datetime-local"> element does not work for your need?

Snapey's avatar

@neilstee unfortunately not supported by Safari at this time

Safari is now taking over from IE as the one you need workarounds for

neilstee's avatar

I see 😢

We are still battling on this feature since the jQuery UI era 😅

Snapey's avatar

recently the edge developers did a lot of cosmetic work on the forms inputs which has now been brought into chrome also. We just need apple to stop creating blazing fast cpus and focus on their code for a bit

1 like

Please or to participate in this conversation.