This is sort of related to my graphing question from the other day. I'm using Flot and the times need to be expressed as milliseconds since January 1, 1970 00:00:00.
In Java you can call .getTime() on a function to do this. Does CF provide a simple way to either: * Convert a cf date to time in millis?; OR * Convert a cf date to a java date? I could create a new Java Calendar object and then set the various date parts, but before I write a wrapper function to do it that way I figured I'd see if I was missing something obvious? Andrew. -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaussie@googlegroups.com. To unsubscribe from this group, send email to cfaussie+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en.