| AkCommonFormatDate Method (DateTime) |
返回 yyyy-MM-dd 格式的日期字符串。
Namespace: Appkit.CommonAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic static string FormatDate(
DateTime value
)
Parameters
- value
- Type: SystemDateTime
日期。
Return Value
Type:
String日期字符串。
See Also