yadcf
yadcf copied to clipboard
range_date doesn't filters YYYY-MM-DD h:mm:ss date formatted data
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 🙏
Originally posted by @okliv in https://github.com/vedmack/yadcf/issues/435#issuecomment-559441359
@vedmack, any status on this? i have added jsfiddle as you asked. is it enough?
thanks in advance