Selerix Developer Tools
FormatDate(DateTime) Method






Selerix.Foundation Assembly > Selerix.Foundation.Data Namespace > Utils Class > FormatDate Method : FormatDate(DateTime) Method
Returns a formatted date string
Syntax
'Declaration
 
Public Overloads Shared Function FormatDate( _
   ByVal d As Date _
) As String
'Usage
 
Dim d As Date
Dim value As String
 
value = Utils.FormatDate(d)
public static string FormatDate( 
   DateTime d
)
public function FormatDate( 
    d: DateTime
): String; static; 
public static function FormatDate( 
   d : DateTime
) : String;
public: static string* FormatDate( 
   DateTime d
) 
public:
static String^ FormatDate( 
   DateTime d
) 

Parameters

d
See Also

Reference

Utils Class
Utils Members
Overload List