以文本方式查看主题

-  Foxtable(狐表)  (http://www.foxtable.com/bbs/index.asp)
--  BUG收集  (http://www.foxtable.com/bbs/list.asp?boardid=12)
----  帮助中SetDateTimeFormat的错误  (http://www.foxtable.com/bbs/dispbbs.asp?boardid=12&id=3225)

--  作者:yangming
--  发布时间:2009/6/21 10:04:00
--  帮助中SetDateTimeFormat的错误
SetDateTimeFormat

设置列的日期时间格式。

语法:

SetDateTimeFormat(Fmt)

Fmt:DateTimeFormatEnum型枚举,包括以下可选值:

Date:           标准日期格式,如"2008-12-31"
DateTime:       短日期时间格式,包括日期和时分,如"2008-12-31 9:45"
LongDateTime:   长日期时间格式,包括日期和时分秒,如"2008-12-31 9:45:30"
Time:           短时间格式,包括时分,如“12:59”
LongTime:       长时间格式,包括时分秒,如“12:59:21”

示例

Tables("订单").Cols("日期").SetDateTimeFormat(DateTimeFormatEnum.DateTime)


这里LongDateTime,
正确的是:DateLongTime