StdFunctions..::..FormatDate Method

Namespace:  JiwaFinancials.Jiwa.JiwaLib
Assembly:  JiwaLib (in JiwaLib.dll)

Syntax


public string FormatDate(
	DateTime MyDate
)
Public Function FormatDate ( _
	MyDate As DateTime _
) As String
public:
String^ FormatDate(
	DateTime^ MyDate
)

Parameters

MyDate
Type: DateTime