vedmack / yadcf

Yet Another DataTables Column Filter (yadcf)
http://yadcf-showcase.appspot.com/
MIT License
731 stars 285 forks source link

range_date doesn't filters YYYY-MM-DD h:mm:ss date formatted data #605

Open okliv opened 4 years ago

okliv commented 4 years ago

I have date column data in this moment format: YYYY-MM-DD h:mm:ss and try to use bootstrap-datepicker plugin to filter within range_date filter_type:

{
filter_type: 'range_date',
datepicker_type: 'bootstrap-datepicker',
date_format: 'yyyy-mm-dd',
moment_date_format: 'YYYY-MM-DD h:mm:ss',
}

no luck. it filters everything or nothing depending on one exact from date 2019-11-29 (like, tomorrow? today is 2019-11-28)

help 🙏

jsfiddle

Originally posted by @okliv in https://github.com/vedmack/yadcf/issues/435#issuecomment-559441359

okliv commented 4 years ago

@vedmack, any status on this? i have added jsfiddle as you asked. is it enough?

thanks in advance