Skip to content

Commit 95f310f

Browse files
authored
Document new replacement options
1 parent 3b9efc6 commit 95f310f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/configuration.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ passed in under each field in your behavior configuration.
3232
- {primaryKey}: Replaced by the entity primary key, when
3333
available. If used on a new record being created, will have
3434
undefined behavior.
35+
- {year}: Replaced by ``date('Y')``
36+
- {month}: Replaced by ``date('m')``
37+
- {day}: Replaced by ``date('d')``
3538
- {time}: Replaced by ``time()``
3639
- {microtime}: Replaced by ``microtime()``
3740

0 commit comments

Comments
 (0)