Page 1 of 1

Need to find out particular day of month

Posted: Thu Jan 27, 2011 7:28 pm
by Jagan617
HI,

I need to findout day of the date like for example if it is 28-Jan-2011 i need output as 'Friday'. Is there any functions to get this output. Can anyone help.

Posted: Thu Jan 27, 2011 8:02 pm
by ray.wurlod
Day of week:

Code: Select all

Oconv(date_in_internal_format,"DWA")