[]
Formats a DateTime value using the specified date format string.
The syntax of the format string is similar to .NET format strings. Some examples are "m/d/yyyy" or "d-mmm-yy".
public static string FormatDateTimeValue(DateTime value, string format)
Public Shared Function FormatDateTimeValue(value As Date, format As String) As String
Type | Name | Description |
---|---|---|
DateTime | value | The value to format. |
string | format | The format string. Cannot be null or empty. |
Type | Description |
---|---|
string |