Andy Mcshane wrote: > This where it is confusing as the LSDateFormat works the first time but then > reports the date that it just formatted as now invalid! Maybe it's a bug > .....?
i'm not sure what you're doing. you *seem* to be re-formatting the date you just formatted, is that what you're saying? if that's the case (and you're still making up your own date format) then what you have is a date string that's not parseable--as it's not a datetime object any longer you need to parse it back to one, ok? if this isn't the case & what you're doing is formatting the next row's date in that query then you probably have some bad data. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Message: http://www.houseoffusion.com/lists.cfm/link=i:4:184253 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

