Skip to content
This repository has been archived by the owner on Feb 14, 2019. It is now read-only.

format should accept Moment.js format, even though not a dependency #731

Open
patarapolw opened this issue Jul 30, 2018 · 1 comment
Open

Comments

@patarapolw
Copy link

patarapolw commented Jul 30, 2018

It is a bit weird when I use both Moment.js format and your format differently, even though it show exactly the same format!

  $('#input-created')
    .val(moment().subtract(1, 'days').format('YYYY-MM-DD HH:00'))
    .datetimepicker({
      format: 'yyyy-mm-dd hh:00',
      todayBtn: true,
      todayHighlight: true,
      autoclose: true,
      minView: 'day',
      showMeridian: true
    })
    .change(function(){
      doSubmit();
    });

After all, it just couldn't use this one -- https://github.com/Eonasdan/bootstrap-datetimepicker nor this one https://github.com/tempusdominus/bootstrap-3 -- it shows an empty dialog.

@YassineElHosni
Copy link

this one works fine for me

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants