'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
'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
...
...
@@ -851,6 +762,110 @@ class Formatter extends Component
]);
}
/**
* Formats a date, time or datetime in a float number as timestamp (seconds since 01-01-1970).