Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Is there any function to display the day names like Monday,Tuesday...from the date fields.
Hi,
use
WEEKDAY(ORDERDATE) as DayOfWeek
in your script and on the Main tap see if you have
SET DayNames ='Monday;Tuesday;Wednesday; etc.
to get the names.
Good luck!
Rainer
SET DayNames ='Monday;Tuesday;Wednesday;Do;Fr;Sa;So';
Hi,
use
WEEKDAY(ORDERDATE) as DayOfWeek
in your script and on the Main tap see if you have
SET DayNames ='Monday;Tuesday;Wednesday; etc.
to get the names.
Good luck!
Rainer
SET DayNames ='Monday;Tuesday;Wednesday;Do;Fr;Sa;So';