你客气,我希望获得服务器端不带毫秒的纯“时间”值(hh:mm:ss),用什么函数呢,我用了CURTime(),但是提示没有这个函数,希望指导
Dim cmd As New SQLCommand Dim dt As Datecmd.CommandText = "Select GetDate()"dt = cmd.ExecuteScalar()dt = Format(dt, "hh:mm:ss")