You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/source/index.html.md
+1
Original file line number
Diff line number
Diff line change
@@ -444,6 +444,7 @@ result. If data of other types is encountered automatic conversion is attempted
444
444
445
445
Option | Type | Description
446
446
------ | ---- | -----------
447
+
createFromFormat | string | Custom format for creating DateTime objects from values. A format string accepted by [`DateTime::createFromFormat()`](https://www.php.net/manual/en/datetime.createfromformat.php) function.
447
448
format | string | A date format string as accepted by the [`date()`](http://php.net/manual/en/function.date.php) function. Default `'c'`.
448
449
nullValue | string | Raw string to display for null values. Defaults to the empty string.
0 commit comments