Check out the documentation on the site for the date function library for FusionScript. All the functions are portable and can be used with or without FusionScript.
You can just rip out any of the libraries or functions- they are under /fusionscript/api/functions/library/... in the D/L package. FusionScript has nearly 100 native CF functions that have been ported to JavaScript for use - for example, all of the list handling libraries are available. You can check out what functions are available by hitting the site : www.fusionscript.com -- hit "online documentation" - go to"Language Reference" -- "Functions" -- "Date" -- etc. Nate Nielsen FusionScript DevTeam [EMAIL PROTECTED] Develop CF apps that talk to the server without page reloads ! Create client functionality with CF syntax ! www.FusionScript.com A free, Open Source project by and for the CF web community ! ----- Original Message ----- From: "Craig Thomas" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, May 17, 2002 10:29 AM Subject: RE: Get date/time from browser? > >>Kina like a dateformat/timeformat for javascript? Or maybe a datepart?<< > > a mask? like yourDate(yy,mm,dd,hh,mm,ss). > > take a look at this: > > http://developer.netscape.com/viewsource/goodman_dateobject.html for an > explanation of the Date object in javascript. > > > -Craig Thomas > > > ______________________________________________________________________ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

