Change language for bootstrap DateTimePicker

前端 未结 11 1635
长发绾君心
长发绾君心 2020-12-03 04:15

I use bootstrap-datetimepicker.js Copyright 2012 by Stefan Petre

http://www.malot.fr/bootstrap-datetimepicker/index.php

I import the js and anot

11条回答
  •  失恋的感觉
    2020-12-03 05:15

    you need to add the javascript language file,after the moment library, example:

    
    
    

    now you can set a language.

    
    

    Here are all language: https://github.com/moment/moment

提交回复
热议问题