When I was in the USMC we used a Julian date - it was the last two digits of the year followed by the cardinal number of the day of the year.
Ex: 1 January 2000 = 00001 1 February 1999 = 99032 - Matt Small -----Original Message----- From: Stephen Moretti [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 25, 2002 12:53 PM To: CF-Talk Subject: Re: Julian Date Format output 0YYDDD Julian dates are pre-Gregorian calender (which is what we use now). Banks use them because they aren't affected by the like of the Y2K cock-up, because you just store an integer and convert it to a real date. I should point out that Julian dates are not in the format 0YYDDD Have a look at for a history of the calender http://astro.nmsu.edu/~lhuber/leaphist.html and at http://aa.usno.navy.mil/data/docs/JulianDate.html for an online convertor Regards Stephen ----- Original Message ----- From: "Charles Nahm" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, June 25, 2002 5:40 PM Subject: RE: Julian Date Format output 0YYDDD > >-----Original Message----- > >From: Jim Vosika [mailto:[EMAIL PROTECTED]] > >What is julian exactly? Just curious? Please give an example. > > Some archaic Unix based date format from what I can see. It is still used > by some banks. > > The format is 0YYDDD, so today would be 002150 (assuming there have been 150 > days total this year). > > Regards, > Charles Nahm > > ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

