ExtensionDateWebDisplayDateOnly Method |
Namespace: Velo.Data.Helper
| Exception | Condition |
|---|---|
| Exception |
Exception message: startIndex cannot be larger than length of string. Parameter name: startIndex.
Gives an empty text return. |
Using Velo.Data.Helper
$('#TableBikeHistory').DataTable({ "language": { "url": URLRoot + "DataTables/German.json" }, "iDisplayLength": 50, columnDefs: [ { type: 'de_date', targets: 1 }, { type: 'de_date', targets: 2 } ] });