We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b9efc6 commit 95f310fCopy full SHA for 95f310f
docs/configuration.rst
@@ -32,6 +32,9 @@ passed in under each field in your behavior configuration.
32
- {primaryKey}: Replaced by the entity primary key, when
33
available. If used on a new record being created, will have
34
undefined behavior.
35
+ - {year}: Replaced by ``date('Y')``
36
+ - {month}: Replaced by ``date('m')``
37
+ - {day}: Replaced by ``date('d')``
38
- {time}: Replaced by ``time()``
39
- {microtime}: Replaced by ``microtime()``
40
0 commit comments