'w'=>'',// Numeric representation of the day of the week 0=Sun, 6=Sat, not sup. ICU
'w'=>'',// Numeric representation of the day of the week 0=Sun, 6=Sat, not sup. ICU
// TODO
'T'=>'',// Number of days in the given month eg. 28 through 31, not sup. ICU
'L'=>'',//Whether it's a leap year 1= leap, 0= normal year, not sup. ICU
'L'=>'',//Whether it's a leap year 1= leap, 0= normal year, not sup. ICU
'O'=>'',// ISO-8601 year number. This has the same value as Y, except that if the ISO week number (W) belongs to the previous or next year, that year is used instead. not sup. ICU
'B'=>'',// Swatch Internet time, 000 to 999, not sup. ICU
'B'=>'',// Swatch Internet time, 000 to 999, not sup. ICU
'u'=>'',// Microseconds Note that date() will always generate 000000 since it takes an integer parameter, not sup. ICU
'u'=>'',// Microseconds Note that date() will always generate 000000 since it takes an integer parameter, not sup. ICU
'P'=>'',// Difference to Greenwich time (GMT) with colon between hours and minutes, not sup. ICU
'P'=>'',// Difference to Greenwich time (GMT) with colon between hours and minutes, not sup. ICU
...
@@ -1195,8 +1174,6 @@ class Formatter extends Component
...
@@ -1195,8 +1174,6 @@ class Formatter extends Component
}
}
/**
/**
* TODO
*
* @param $value
* @param $value
* @return float
* @return float
* @throws InvalidParamException
* @throws InvalidParamException
...
@@ -1215,13 +1192,14 @@ class Formatter extends Component
...
@@ -1215,13 +1192,14 @@ class Formatter extends Component
/**
/**
* Creates a number formatter based on the given type and format.
* Creates a number formatter based on the given type and format.
*
*
* You may overide this to support format pattern. TODO
* You may overide this method to create a number formatter based on patterns.
*
*
* @param integer $type the type of the number formatter
* @param integer $style the type of the number formatter.