TimePicker field not allow to set 24 hrs format.
I tried this but the it not allow to me set 13 for 1 PM, When I type 13 it turn into 1.
TimePicker::make('picker')->displayFormat('H:i'),->seconds(false) to make it hour format?native(false)

I am not using native(false)The last answer said you should use exactly that, because the native picker uses your browser settings.
->seconds(false)native(false)TimePicker::make('picker')->displayFormat('H:i')
->seconds(false),