FormatsDateExtraShort Method

Get the date format corresponding to the string yyMMdd.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static DateTime DateExtraShort(
	string value
)

Parameters

value  String
Value to convert.

Return Value

DateTime
String with the date in text formatted.

See Also