Chameleon and Iguana Plugin C# Class Libraries

ChameleonDateTime.Format Method 

Get the ChameleonDateTime object as a string in the format specified in formatString.

[Visual Basic]
Public Function Format( _
   ByVal formatString As String _
) As String
[C#]
public string Format(
   string formatString
);

Remarks

Use the format specifiers of the standard C strftime function in formatString. For example, if you want 19/01/2007 to be formatted as Jan. 19, 2007, you would use "%b. %d, %Y" for formatString.

See Also

ChameleonDateTime Class | iNTERFACEWARE.Chameleon Namespace