6 messages in com.mysql.lists.win32RE: Time Column Type problem
FromSent OnAttachments
Madden, Jennifer07 Jun 2000 08:37 
indrek siitan07 Jun 2000 12:00 
PeterWR07 Jun 2000 15:14 
Sinisa Milivojevic08 Jun 2000 04:06 
Cynic08 Jun 2000 09:32 
gretchenl08 Jun 2000 14:28 
Subject:RE: Time Column Type problem
From:indrek siitan (tf@mysql.com)
Date:06/07/2000 12:00:42 PM
List:com.mysql.lists.win32

Hi,

Display on my ASP page: 6/7/00 6:00:00 PM How can I get the time only and no date?

on the other page, instead of

SELECT ..,..,eventtime,..,.. FROM table

do:

SELECT ..,..,DATE_FORMAT(eventtime,'%H:%i:%s'),..,.. FROM table

Rgds, Tfr