Function in PHP to get dates between 2 dates in an array Here is a simple function in PHP which accepts FromDate and ToDate as input dates. The dates should be in dd/mm/yyyy format. Function takes the input dates and returns an inclusive array of the dates between the from and to dates.