globalizejs/globalize

Relative Time: Accept numberFormatter as optional argument

Open

#531 opened on 2015年10月10日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)JavaScript (4,759 stars) (645 forks)batch import
help wantedquick changerelative time module

説明

It should be possible to:

var relativeTimeFormatter = Globalize( "en" ).relativeTimeFormatter(  "month", {
  numberFormatter: myFormatter
});

コントリビューターガイド