FormatsDate(Object, String) Method
Get the date with date format.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string Date(
Object value,
string format
)
Public Shared Function Date (
value As Object,
format As String
) As String
- value Object
- Value to convert.
- format String
- Convert format.
StringString with the date in text with date format.