RE: Julian Date Format output 0YYDDD

2002-06-25 Thread Robert Everland
I have a udf, will that do? Robert Everland III Web Developer Extraordinaire Dixon Ticonderoga Company http://www.dixonusa.com -Original Message- From: Charles Nahm [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 25, 2002 11:57 AM To: CF-Talk Subject: Julian Date Format output 0YYDDD

RE: Julian Date Format output 0YYDDD

2002-06-25 Thread Jim Vosika
What is julian exactly? Just curious? Please give an example. Thanks, Jim Vosika http://www.softwaresupermall.com -Original Message- From: Charles Nahm [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 25, 2002 10:57 AM To: CF-Talk Subject: Julian Date Format output 0YYDDD Does someone

Re: Julian Date Format output 0YYDDD

2002-06-25 Thread Dick Applebaum
The Julian Calendar is named after Julius Caeser On Tuesday, June 25, 2002, at 09:00 AM, Jim Vosika wrote: > What is julian exactly? Just curious? Please give an example. > > Thanks, > Jim Vosika > http://www.softwaresupermall.com > > -Original Message- > From: Charles Nahm [mailto:[EM

RE: Julian Date Format output 0YYDDD

2002-06-25 Thread Charles Nahm
>-Original Message- >From: Robert Everland [mailto:[EMAIL PROTECTED]] >I have a udf, will that do? Hello Robert, I am not sure what a udf is. If it is something I can learn and use fairly easily, it would be much appreciated. I would welcome any help that will assist me in solving this

RE: Julian Date Format output 0YYDDD

2002-06-25 Thread Charles Nahm
>-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 be

RE: Julian Date Format output 0YYDDD

2002-06-25 Thread Robert Everland
That's not how As/400 julian is, it's 102150 Robert Everland III Web Developer Extraordinaire Dixon Ticonderoga Company http://www.dixonusa.com -Original Message- From: Charles Nahm [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 25, 2002 12:41 PM To: CF-Talk Subject: RE: J

Re: Julian Date Format output 0YYDDD

2002-06-25 Thread Paul Hastings
"julian" day/calendar defined at: http://bcn.boulder.co.us/y2k/y2kbcalc.htm http://www.npl.co.uk/npl/ctm/time_scales.html and some calendar systems just for fun: http://webexhibits.org/calendars/calendar-ancient.html though i think what many people mean is the simpler system of the same name--be

Re: Julian Date Format output 0YYDDD

2002-06-25 Thread Paul Hastings
> The Julian Calendar is named after Julius Caeser maybe ;-) either that or this calendar's inventor's dad: julius caesar scaliger. the calendar actually doesn't date from roman time. __ Your ad could be here. Monies from ads go

RE: Julian Date Format output 0YYDDD

2002-06-25 Thread Robert Everland
ordinaire Dixon Ticonderoga Company http://www.dixonusa.com -Original Message- From: Charles Nahm [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 25, 2002 12:41 PM To: CF-Talk Subject: RE: Julian Date Format output 0YYDDD >-Original Message- >From: Jim Vosika [mailto:[EM

RE: Julian Date Format output 0YYDDD

2002-06-25 Thread Kevin Miller
inal Message- From: Charles Nahm [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 25, 2002 12:41 PM To: CF-Talk Subject: RE: Julian Date Format output 0YYDDD >-Original Message- >From: Jim Vosika [mailto:[EMAIL PROTECTED]] >What is julian exactly? Just curious? Please give a

Re: Julian Date Format output 0YYDDD

2002-06-25 Thread Stephen Moretti
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

RE: Julian Date Format output 0YYDDD

2002-06-25 Thread Charles Nahm
{ > return >left(1&right(date,2)&right(00&Dayofyear(date),3),6); > } > } > return "Not a valid date"; >} > > >Robert Everland III >Web Developer Extraordinaire >Dixon Ticonderoga Comp

RE: Julian Date Format output 0YYDDD

2002-06-25 Thread Beau Harbin
Charles, I built a whole series of Julian Date Format functions that are available as UDFs at the www.cflib.org web site. JulianDayofWeek: Returns the day of the week for a date in the Julian calendar. Returns the day of the week for a date in the Julian. If no date is provided, defaults to th

RE: Julian Date Format output 0YYDDD

2002-06-25 Thread Robert Everland
2002 2:04 PM To: CF-Talk Subject: RE: Julian Date Format output 0YYDDD Thank you Robert. Could you provide a small usage sample for the function? Would it be like: JDate = '#Julian(Now(), '0YYDDD')#' Thanks, Charles Nahm >-Original Message- >From: Robert

RE: Julian Date Format output 0YYDDD

2002-06-25 Thread Jim Vosika
Missing an end quote in the second example -Original Message- From: Robert Everland [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 25, 2002 12:46 PM To: CF-Talk Subject: RE: Julian Date Format output 0YYDDD #julian(101001, "MM/dd/")# =01/01/2001 and #julian(&

RE: Julian Date Format output 0YYDDD

2002-06-25 Thread Matthew R. Small
: 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 dat