Click or drag to resize
AkCommonFormatDate Method (DateTime)
返回 yyyy-MM-dd 格式的日期字符串。

Namespace: Appkit.Common
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static string FormatDate(
	DateTime value
)

Parameters

value
Type: SystemDateTime
日期。

Return Value

Type: String
日期字符串。
See Also