I am needing help just showing a simple 3-digit Julian date in a CFPARAM tag in Coldfusion. So basically what I am looking for is something that if the date is May 21st, 2008 then the tag would bring back "142"
This is what I was trying to work with. Maybe I am thinking it is simple when it is not.
<cfparam name = "daymo" default="#DateFormat(Now()
,'MMM dd')#">
Is there are way to change that DateFormat to bring back a Julian date?
Start Free Trial