Tom Chiverton wrote: > Right, I've put the code to a working date string parser up on my blog, > http://thefalken.livejournal.com > Note the one failure from the DateUtil class is a false negative (I didn't > enter a string with the right time zone offset).
in answer to question on your blog (can't see anyway to comment): if you can get the user's IP & http_accept_language CGI var you can take a good guess (>90% ok) as to their locale. from that you can do all sorts of things cf side (with just a dip of your toe into java) like parse localized date strings, get the right date/time format mask to pass back to flex, etc. from inside flex you can't seem to get at much of the CGI vars though (maybe just my flex newbiness)--i just tried getting PATH_TRANSLATED, PATH_INFO, etc from a flex app without any luck. i guess wrap the flex swf in a cf page & have it find the required info?? > Anyone interested in the code behind the test case graphic ? you mean the guy getting a drill through his skull? yeah that is pretty graphic ;-) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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/Flex/message.cfm/messageid:3249 Subscription: http://www.houseoffusion.com/groups/Flex/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37
