Hi all,

It seems that isDate() returns false when you pass it a date in julian
format. Is this so?

here is my code:

<cfif isDate(36852.6533681)>
 it is a date<p>
<cfelse>
 sorry dude, no date found.<p>
</cfif>

outputs: sorry dude, no date found.

But if I do this:

<cfoutput>#dateFormat(36852.6533681)#</cfoutput>

it outputs: 22-Nov-00

So if I have a list of values of which one item may be a Julian Date how do
I find out if its a date or not?

thanks for any help,
vaughan

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to