Tag: Date range

  • Comparing Date Range (Date Interaction checking through SQL)

    As title says, I was looking to compare User give date range with date range saved in mysql Database. I search internet and found a great  small function that solve this problem for me, though they create a function for some programming language but I use same function in mysql (as per mysql syntax) and…