How to select date and time without the seconds in mysql? -



How to select date and time without the seconds in mysql? -

how select date , time without seconds in mysql column date value in table ? "yyyy-mm-dd hh:mm:ss" should "yyyy-mm-dd hh:mm"

select date_format(`date`, '%y-%m-%d %h:%i') `formatted_date` `table`;

mysql

Comments

Popular posts from this blog

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -