<cfset Jdate = "#DateFormat(Now(), "mm/dd/yyyy")#">

        
<!--- Calculate the Julian Date --->
<cfset Julian = evaluate(datediff('d',createdate(year(Jdate), 01, 01),
Jdate)+1)>



~~~~~~~~~~~~~~~~~
Kevin Mansel
Web Developer
Fox Communications
[EMAIL PROTECTED]
DL : 425-649-1321
C : 425-346-7221



-----Original Message-----
From: Paul Sizemore [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 11, 2001 1:40 PM
To: CF-Talk
Subject: How to get Julian Date


How would I get the julian date for today, besides using the CF_Julian tag?

Paul
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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