Can anyone please help me to display system date and Time in VC++ 6.0
I need it very urgently

Recommended Answers

All 3 Replies

Call time() and it's helper functions. Look them up.

you need to do #include <time.h> as well

Call time() and it's helper functions. Look them up.

you need to do #include <time.h> as well

That's what look them up meant... ;)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.