FormatsDate(Object) Method

Get the date with date format.

Definition

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

Parameters

value  Object
Value to convert.

Return Value

String
String with the date in text with date format.

See Also