farhanali
farhanali
FFilament
Created by farhanali on 1/5/2025 in #❓┊help
Need help with DateTimePicker
@LeandroFerreira
DateTimePicker::make('checkin')->native()
DateTimePicker::make('checkin')->native()
still displays same layout as my first screenshot in the question. No difference. Anyways, I can use the
->native(false)
->native(false)
is there any way to make 12 hour format and allow users to select time using 12 hour format? I tried
->displayFormat('M j, Y - h:i A')
->displayFormat('M j, Y - h:i A')
and when selected date and time it displays correct format but I am talking about the box which opens when clicked on datetimepicker field it displays time in 24 hour format.
17 replies
FFilament
Created by farhanali on 1/5/2025 in #❓┊help
Need help with DateTimePicker
No description
17 replies
FFilament
Created by farhanali on 1/5/2025 in #❓┊help
Need help with DateTimePicker
Nah, just using default filament for admins and employes.
17 replies
FFilament
Created by farhanali on 1/5/2025 in #❓┊help
Need help with DateTimePicker
Maybe I missed something that is important.
17 replies
FFilament
Created by farhanali on 1/5/2025 in #❓┊help
Need help with DateTimePicker
Should I share my EmployeePanelProvider code with you here if you don't mind?
17 replies
FFilament
Created by farhanali on 1/5/2025 in #❓┊help
Need help with DateTimePicker
Nope, no errors anywhere. if set ->native(false), it works then but native one does not work.
17 replies
FFilament
Created by farhanali on 1/5/2025 in #❓┊help
Need help with DateTimePicker
Thanks, @LeandroFerreira for getting back. No, it's inside the employee panel. I have 2 panels admin and employee. Admin panel works great but I face the above datetimepicker issue throughout the employee panel. Looks like maybe I am missing some required css or js file. I created panel through command php artisan make:filament-panel employee.
17 replies