Files
yii2/framework/helpers
Brandon Kelly 7a37c47bb2 Fixed #7150 - support ICU single quote syntaxes
- When converting an ICU date/time format to PHP, text within single quotes will be replaced with backslashes in front of each character (the PHP date() method for escaping text), and double-single quotes will be replaced with single quotes.
- When converting an ICU date/time format to jQuery UI, text  within single quotes, and double-single quotes, will each be preserved (rather than parsed for date/time format symbols), as jQuery UI uses the same text escaping and single quote syntax as ICU.
- Add support for '' within 'escaped text' E.g. 'o''clock'

close #7151
2015-03-01 00:02:35 +01:00
..
2014-04-10 22:10:59 +02:00
2015-01-13 21:28:13 -05:00
2014-07-30 00:21:31 +02:00
2014-01-10 21:41:43 -05:00
2014-05-08 20:40:40 -04:00
2014-01-28 11:40:19 +01:00
2014-01-10 21:41:43 -05:00
2014-01-10 21:41:43 -05:00
2014-01-10 21:41:43 -05:00
2014-03-16 10:46:21 +06:00
2014-04-10 22:10:59 +02:00