[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.UtilsAssembly: 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
