As far as my knowledge goes,
the date format spectra stores is in Julian date format
To get the Julian date Format you have to add 0 to the date
Eg:
<CFSET tDate="01/01/2001">
<CFSET tDate=tDate + 0>
<cfoutput>#tDate#</cfoutput> gives 36892
You too have a great weekend
-Venkat
----- Original Message -----
From: Nate Smith <[EMAIL PROTECTED]>
To: Spectra-Talk <[EMAIL PROTECTED]>
Sent: Friday, March 30, 2001 4:50 PM
Subject: RE: DateTime Format Questions
> > Does anyone know where
> > there is documentation that describes the function or procedure for
> creating
> > the decimal date format?
>
> Okay... alright. I get it. Man I feel like Lisa Simpson when she couldn't
> figure out the number puzzle. Anybody know what I'm talking about?
>
> It appears that it's the time in days and parts of a day from 01/01/1900.
> I'm sure that lots of people knew this but me. :)
>
> Have a great weekend everybody!
>
> -
> Nate Smith,
> Lead Developer
> [EMAIL PROTECTED]
> www.doceus.com
>
>
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.