helpers\BaseFormatConverter convertDateIcuToJui()

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 short, medium, long and full. If not given, Yii::$app->language will be used.

return string

The converted date format pattern.

doc_Yii
2016-10-30 17:04:46
Comments
Leave a Comment

Please login to continue.