Click or drag to resize
FormatDateTime Method
Convert from one date time format to another

Namespace:  DataTables
Assembly:  DataTables (in DataTables.dll) Version: 1.6.5.0 (1.6.5.0)
Syntax
C#
public static Func<Object, Dictionary<string, Object>, Object> DateTime(
	string from,
	string to = null
)

Parameters

from
Type: SystemString
From format
to (Optional)
Type: SystemString
To format

Return Value

Type: FuncObject, DictionaryString, Object, Object
Formatter delegate
See Also