Adrian Cesana  <[EMAIL PROTECTED]> wrote:

> Why does dateformat(Now(), "Y") result in 1, (running today),
> isnt this the Julian Date function?

Not according to the documentation.  "Y" in DateFormat() gives 
"year as last two digits with no leading zero for years less 
than 10", so it should be 1 all this year.

I think what you want is DatePart("y", Now()).

Keith C. Ivey <[EMAIL PROTECTED]>
Webmaster, EEI Communications
66 Canal Center Plaza, Suite 200
Alexandria, VA  22314
Telephone:  703-683-0683
Fax:  703-683-4915
Web Site:  http://www.eeicommunications.com

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