maxudaskin Posted January 9, 2008 Share Posted January 9, 2008 What can I use to insert the current time without the date? Link to comment https://forums.phpfreaks.com/topic/85111-solved-mysql-insert-time/ Share on other sites More sharing options...
mrdamien Posted January 9, 2008 Share Posted January 9, 2008 For just the time without the date you can use: TIME( NOW( ) ); ex: SELECT TIME( NOW( ) ) = 17:30:40 Link to comment https://forums.phpfreaks.com/topic/85111-solved-mysql-insert-time/#findComment-434153 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.