database..::..FormatDate Method

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

Syntax


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

Parameters

MyDate
Type: DateTime