Hi ,

             Just Modified the earlier ,

*******************************************
* I = OCONV(DATE(),'DAY')
 CRT " I  ::": I
 I  = OCONV(DATE(),'DWA')
 J  = TRIM(I,'Y','T')
 K  = TRIM(J,'A','T')
 L  = TRIM(K,'D','T')
 CRT "OCONV(DATE(),'DWA') :: ": L*
*******************************************
O/p :
*I ::MONDAY
OCONV(DATE(),'DWA') :: MON*
*******************************************

Regards,
Jai Jagadish

On Mon, Jan 18, 2010 at 8:35 PM, Brad Moll <[email protected]> wrote:

> OCONV(XX,'DWA')
>
> -----Original Message-----
> From: [email protected] [mailto:[email protected]] On Behalf Of
> Kiran
> Sent: Sunday, January 17, 2010 10:53 PM
> To: jBASE
> Subject: Day of the week.
>
> Hi,
>
> Is there any function in jBase to get the day of the week, like mon, tue
> etc? Or any conversion that I can use with OCONV?
>
> Thanks,
> Kiran.
>
>
> --
> Please read the posting guidelines at:
> http://groups.google.com/group/jBASE/web/Posting%20Guidelines
>
> IMPORTANT: Type T24: at the start of the subject line for questions
> specific to Globus/T24
>
> To post, send email to [email protected]
> To unsubscribe, send email to [email protected]
> For more options, visit this group at
> http://groups.google.com/group/jBASE?hl=en
>
>
-- 
Please read the posting guidelines at: 
http://groups.google.com/group/jBASE/web/Posting%20Guidelines

IMPORTANT: Type T24: at the start of the subject line for questions specific to 
Globus/T24

To post, send email to [email protected]
To unsubscribe, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/jBASE?hl=en

Reply via email to