[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: HELP!! + Julian dates
- Subject: Re: HELP!! + Julian dates
- From: Gopal Nandakumar <tcscad@STIC.NET>
- Date: Mon, 20 Apr 1998 19:38:26 -0500
Hi,
Before using any procedures that uses $dtu_date as input the date
has to be in the dtu format ('YYYY-MM-DD'). It is very easy to convert
from Julian date to this format. If anybody interested in the code that
converts julian date to dtu format, please let me know.
Thanks.
Gopal.
TCS INC
(210) 491 - 0046
>Hi.
>
>If you're using PeopleSoft, there are 2 functions in datemath.sqc which may
>be of help (I'm still not clear what a Julian date is).
>
>dtu-dayofweek#($dtu_date, :#dtu_dayofweek)
>dtu-dayofweek$($dtu_date, :$dtu_dayofweek)
>
>JLuc