select * from properties
where property = '#theproperty#'
select resdate, propid from reservations
where propid = #getit.propid#
and year(resdate) = '#year#'
order by propid
Availability Calendar
Dates in RED are reserved.
|
select resdate, propid from reservations
where propid = #getit.propid#
and year(resdate) = '#year#'
order by propid
|