convertDateIcuToJui() public static method
Converts a date format pattern from [ICU format][] to [jQuery UI date format][].
Pattern constructs that are not supported by the jQuery UI format will be removed.
public static string convertDateIcuToJui ( $pattern, $type = 'date', $locale = null ) | ||
---|---|---|
$pattern | string |
Date format pattern in ICU format. |
$type | string |
'date', 'time', or 'datetime'. |
$locale | string |
The locale to use for converting ICU short patterns |
return | string |
The converted date format pattern. |
Please login to continue.