On Mon, Mar 8, 2010 at 1:16 PM, Elliott Sprehn <espr...@gmail.com> wrote:
> Why do you need date objects? CF should automatically handle dates for
> you in almost all cases. Curious where you're seeing issues with the
> date being a string.
>

I posted about this a few months ago, as well.  Not everything we use
the results for are strictly ColdFusion.  I had an issue where I was
serializing the result into json, which doesn't work, because JS
didn't recognize the object as a date (CF's serializeJson() function
treated it like a string, and not a date).

For that case, I had to serialize the json manually.

Scott

-- 
-----------------------------------------
Scott Brady
http://www.scottbrady.net/

-- 
Before posting questions to the group please read:
http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer

Try out the new Transfer ORM Custom Google Search:
http://www.google.com/cse/home?cx=002375903941309441958:2s7wbd5ocb8

You received this message because you are subscribed to the Google Groups 
"transfer-dev" group.
To post to this group, send email to transfer-dev@googlegroups.com
To unsubscribe from this group, send email to 
transfer-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/transfer-dev?hl=en

Reply via email to