[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

Re: HELP!! + Julian dates



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