4
Guys I have a field on my table of type time
, where I save my time. Problem is he’s saving it like this: 10:30:01
, how do I save him only the hour and minutes. That is without the seconds?
The field is like this in the comic book hora time DEFAULT NULL
What’s the problem? if you want to discard seconds use formatting(
date_format()
)– rray
how do I make it format the time without the seconds?
– Hugo Borges
http://answall.com/a/74425/91
– rray
How you are inserting values into this field?
– Marcelo de Andrade
Saved in time standard, H:i:s
– Hugo Borges
How are you saving your date today?
– Thiago Lunardi