How to obtain a list of available locale keys from momentjs with locale?

前端 未结 6 1253
暖寄归人
暖寄归人 2020-12-31 06:38

I\'d like to obtain the list of available locale keys. I can\'t find any documentation on how to do this.

6条回答
  •  傲寒
    傲寒 (楼主)
    2020-12-31 06:53

    Following method returns list of locales that have been loaded

    moment.locales()
    

    Commit id

    New feature link

    Document link

提交回复
热议问题