Skip to content

Commit

Permalink
Merge pull request #108 from Arhell/icu
Browse files Browse the repository at this point in the history
update icu link
  • Loading branch information
bizley committed Nov 18, 2023
2 parents 734e5a9 + 3851466 commit a64ad52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DatePicker.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class DatePicker extends InputWidget
* to populate the [[clientOptions|clientOption]] `dateFormat`.
* The value can be one of "short", "medium", "long", or "full", which represents a preset format of different lengths.
*
* It can also be a custom format as specified in the [ICU manual](https://userguide.icu-project.org/formatparse/datetime#TOC-Date-Time-Format-Syntax).
* It can also be a custom format as specified in the [ICU manual](https://unicode-org.github.io/icu/userguide/format_parse/datetime/#datetime-format-syntax).
* Alternatively this can be a string prefixed with `php:` representing a format that can be recognized by the
* PHP [date()](https://php.net/manual/de/function.date.php)-function.
*
Expand Down

0 comments on commit a64ad52

Please sign in to comment.