Well - not really a "new" one, but an addition to my old one:

http://www.depressedpress.com/Content/Development/JavaScript/Extensions/DP_DateExtensions/Index.cfm

I've added a "parseFormat()" method that works similar to the Java 
SimpleDateFormat method.  You give the method a string (a date) and a mask (a 
date format) and if the string matches the format it will convert it to a 
native date.

It supports UTC time, timezone conversion (pass a PST time into EST and it will 
be converted to local time) and all of the date mask characters from the 
included dateFormat() and timeFormat() functions.

Most of the functions available in the library should feel comfortably familiar 
to CFers.

I'd love some help testing this new feature out if you get a chance.  Comments 
are also always appreciated (but feel free to post them to me privately so as 
not to pollute the list further with off-topic stuff ).

Thanks,

Jim Davis 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303279
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to