What's the cleanest, simplest-to-get running datepicker in Django?

前端 未结 11 1559
-上瘾入骨i
-上瘾入骨i 2020-12-04 09:37

I love the Thauber Schedule datepicker, but it\'s a datetime picker and I can\'t get it to just do dates. Any recommendations for nice looking datepickers that come with ins

11条回答
  •  隐瞒了意图╮
    2020-12-04 09:44

    I have been struggling with a similar problem and I found the following solution pleasing, using floppy forms:

    • django floppy-forms datpicker, example

    This works really well and is relatively easy to implement, hope someone will find it help full. Good luck.

提交回复
热议问题