Pegase745 / sqlalchemy-datatables

SQLAlchemy integration of jQuery DataTables >= 1.10.x (Pyramid and Flask examples)
MIT License
159 stars 67 forks source link

Update search_methods.py #122

Open davidgralha opened 5 years ago

davidgralha commented 5 years ago

Yadcf date range filter was not working properly using date format "YYYY-MM-DD", initial date was always getting one day difference. This change resolved my issue.