DateToString(Date, String) Method

Returns a String that represents the value specified in date. The result string is formatted using the format provided in the format parameter.

Definition

Namespace: Firefly.Box
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public static string ToString(
	Date date,
	string format
)

Parameters

date  Date
The value to translate to string
format  String
The required format for the result string.

Return Value

String

See Also