Board index » cppbuilder » WEEKDAY () "undefinde" ...???

WEEKDAY () "undefinde" ...???

Can you tell me how i use "WEEKDAY ()"  in Cbuilder, what do i  include ???
When i try to use it is writes "undefinde"

Christian

 

Re:WEEKDAY () "undefinde" ...???


On Fri, 1 Dec 2000 13:58:50 +0100, "Christian Dybdal Nielsen"

Quote
<c...@intra.dk> wrote:
>Can you tell me how i use "WEEKDAY ()"  in Cbuilder, what do i  include ???
>When i try to use it is writes "undefinde"

I believe that function is part of a spreadsheet component. It is NOT
part of the C/C++ library.

For a built-in method of finding the day of the week, look at the
functions in time.h and at struct tm.

--
Rich Webb   Norfolk, VA

Other Threads