© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•14mo ago•
16 replies
Vanguard Viper

Need help with DateTimePicker

I have this code in one of my resource inside employee panel:
<?php            
Forms\Components\DateTimePicker::make('check_in')
                ->label('Check-In')
                ->seconds(false)
                ->weekStartsOnMonday()
                ->required(),
?>
<?php            
Forms\Components\DateTimePicker::make('check_in')
                ->label('Check-In')
                ->seconds(false)
                ->weekStartsOnMonday()
                ->required(),
?>

It does not allow me to select time and also show's different UI compared to the one I have for admin panel. In admin panel the same code works perfectly.
I have already done these steps:
1️⃣ Run php artisan filament:upgrade.

2️⃣ Recompile any frontend assets you may have.

3️⃣ Clear your browser cache.

4️⃣ Delete the /resources/views/vendor directory if it exists.

I need help please. Tried everything but nothing worked.
IMG_9294.jpeg
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Help Needed with DateTimePicker in Repeater
FilamentFFilament / ❓┊help
2y ago
DateTimePicker
FilamentFFilament / ❓┊help
2y ago
DateTimePicker showing seconds with minDate
FilamentFFilament / ❓┊help
2y ago
Native DateTimePicker
FilamentFFilament / ❓┊help
2y ago