Click or drag to resize
FormatDateFormatToSql Method
Convert to SQL date / date time format (ISO8601) from a format given by the options parameter.

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> DateFormatToSql(
	string format
)

Parameters

format
Type: SystemString
Value to convert to SQL date format

Return Value

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