CUDate

将日期转换为大写中文格式。

语法

CUDate(Value)

Value:要转换的日期。

例如:

Dim DateStr As String
DateStr = CUDate(#12/31/2008#)
Output.Show(DateStr)

上述代码的输出为:贰零零捌年拾贰月叁拾壹日


本页地址:http://www.foxtable.com/webhelp/topics/0317.htm