Click or drag to resize
RegularExpressionHelperMDYToDMY Method
dd-mm-yy 的日期形式代替 mm/dd/yy 的日期形式

Namespace: X3Platform.Util
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public static string MDYToDMY(
	string text
)

Parameters

text
Type: SystemString

[Missing <param name="text"/> documentation for "M:X3Platform.Util.RegularExpressionHelper.MDYToDMY(System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:X3Platform.Util.RegularExpressionHelper.MDYToDMY(System.String)"]

See Also