Show time only in form input
I'm trying to display only the time in the edit form on my application, but I'm getting this:
2000-01-01 01:00:00 UTC
What I want is this:
01:00
How can I achieve this? thanks in advance
P.S.: I'm using Rails 5.2.4.1 with MaterializeCSS and simple_form