Date Function

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • murugavelmsc
    New Member
    • Apr 2008
    • 54

    Date Function

    Hi,

    In MySql, I have a leave table. In this, fromdate and todate fields are there.
    i want to display what are the dates in between two dates using query.

    please guide me.

    Thanks,
    Murugavel
  • mwasif
    Recognized Expert Contributor
    • Jul 2006
    • 802

    #2
    Use BETWEEN to select the range.

    Comment

    Working...