From 38514665297dc01a939b3ae2d11aec65b6801e17 Mon Sep 17 00:00:00 2001 From: Arhell Date: Sat, 18 Nov 2023 00:03:01 +0200 Subject: [PATCH] update icu link --- src/DatePicker.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DatePicker.php b/src/DatePicker.php index b1b64c6d..2b7d3ed8 100644 --- a/src/DatePicker.php +++ b/src/DatePicker.php @@ -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. *