-
Datetime has really cool UI and I'm looking for a form field something like this. I wonder is it possible to use datetime field, into the blade component? |
Beta Was this translation helpful? Give feedback.
Answered by
tabuna
Aug 3, 2021
Replies: 1 comment 4 replies
-
You can use the usual {!! \Orchid\Screen\Fields\DateTimer::make('open')->title('Opening date') !!} |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
Muratcol
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use the usual
Blade
syntax: