how will insert the time in database as
insert into table values(date, time , 'comment')
date - i'm inserting like '12-jan-2012'
time - i need to insert like '23:00'
insert into table values(date, time , 'comment')
date - i'm inserting like '12-jan-2012'
time - i need to insert like '23:00'
Comment