Mike | NZSolutions Ltd wrote: > I have a calendar of daily rates (see below). I am using cfloop to loop > from the checkin to the checkout date. The calendar displays fine but > the value of 'idx' appears as... > > 39049 > 39050 > 39051 ... ?? > > It should appear as the date of that particular day?
that is the date of that particular day. cf dates are decimal days since 31-Dec-1899 (like excel & db2). if you want to display the date for that index wrap your index in a dateFormat or lsDateFormat. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:260036 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

