View Single Post
  #5  
Old 01-28-2007, 06:38 AM
waqar's Avatar
waqar waqar is offline
Senior Member
 
Join Date: Nov 2005
Posts: 247
Thanks: 13
Thanked 10 Times in 7 Posts
Rep Power: 23
waqar will become famous soon enough
Default

Quote:
Originally Posted by ishac View Post
Try the following instructions:
UPDATE test
SET time = str_to_date("1:30pm","%h:%i%p")
WHERE ID=1;
this should work, there are some other ways to do this. -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote
  Webmaster Forums - View Single Post - Time change settings?
View Single Post
  #5  
Old 01-28-2007, 06:38 AM
waqar's Avatar
waqar waqar is offline
Senior Member
 
Join Date: Nov 2005
Posts: 247
Thanks: 13
Thanked 10 Times in 7 Posts
Rep Power: 23
waqar will become famous soon enough
Default

Quote:
Originally Posted by ishac View Post
Try the following instructions:
UPDATE test
SET time = str_to_date("1:30pm","%h:%i%p")
WHERE ID=1;
this should work, there are some other ways to do this. -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote