[This is preliminary documentation and is subject to change.]

Converts the tracker udf date to screen date format. Tracker udf date is always stored in MM/dd/yyyy format

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public static string ConvertFromTrackerUdfDate(
	string outDate
)
Visual Basic (Declaration)
Public Shared Function ConvertFromTrackerUdfDate ( _
	outDate As String _
) As String
Visual C++
public:
static String^ ConvertFromTrackerUdfDate(
	String^ outDate
)

Parameters

outDate
Type: System..::.String
The date from the Database

Return Value

returns the date in tracker udf date format. returns an empty string if an exception occurs or if the input is empty.

See Also