Hi
I am using visual foxpro 6
I do not know much about programming in databases...
I have a form ".frx that dislpays date and holiday data from a .dbf file.
I want to use the displayed information to return the week day as in monday to sunday.
The expression used to get the date is "alltrim(str(year,4)+"/"+str(monthr,2)) + "/" + alltrim(str(dater))" the return data is 2012/5/28, I want to get the weekday out of it.
the data comes from 3 different fields. year, month and date.
Can you help me?
Thank you
I am using visual foxpro 6
I do not know much about programming in databases...
I have a form ".frx that dislpays date and holiday data from a .dbf file.
I want to use the displayed information to return the week day as in monday to sunday.
The expression used to get the date is "alltrim(str(year,4)+"/"+str(monthr,2)) + "/" + alltrim(str(dater))" the return data is 2012/5/28, I want to get the weekday out of it.
the data comes from 3 different fields. year, month and date.
Can you help me?
Thank you