maxudaskin Posted January 9, 2008 Share Posted January 9, 2008 What can I use to insert the current time without the date? Quote 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 Quote Link to comment https://forums.phpfreaks.com/topic/85111-solved-mysql-insert-time/#findComment-434153 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.