diff --git a/docs/en/reference/datefield.md b/docs/en/reference/datefield.md index 57053c1b8..216417609 100644 --- a/docs/en/reference/datefield.md +++ b/docs/en/reference/datefield.md @@ -56,7 +56,7 @@ HTML5 placeholders 'day', 'month' and 'year' are enabled by default. :::php DateField::create('MyDate') - ->setConfig('dmyfields', true); + ->setConfig('dmyfields', true) ->setConfig('dmyseparator', '/') // set the separator ->setConfig('dmyplaceholders', 'true'); // enable HTML 5 Placeholders @@ -148,4 +148,4 @@ sensitive`! ### 4. Filename Use the original jQuery UI filename 'jquery.ui.datepicker-xx.js', where xx -stands for the locale. \ No newline at end of file +stands for the locale.