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

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -