please help me to get the month only from system.
which mean the program dont need to display time , day and also year.
how to do with it?
i only know to display date.
urgent, assignment needed.
thanks alot first.
gahhon 13 Junior Poster
Recommended Answers
Jump to PostWhat have you tried so far? What kind of results are you currently getting? We can't even begin to help until we know what you have and what you've tried.
Jump to PostI wrote this DateClass some time ago, see if you find a use for it. Study carefully and
you might find what you wanted.#pragma once #ifndef DATE_TIME_H_ #define DATE_TIME_H_ #include <ctime> #include <string> #include "CommonFunction.h" using std::string; typedef unsigned long ulong; struct DateInfo{ ulong seconds;//current seconds …
Jump to PostIt means you got busted in an attempt to copy/paste someone else's code... The code firstPerson posted can not function independently...
All 9 Replies
Fbody 682 Posting Maven Featured Poster
mrnutty 761 Senior Poster
gahhon 13 Junior Poster
gahhon 13 Junior Poster
Fbody 682 Posting Maven Featured Poster
gahhon 13 Junior Poster
Fbody 682 Posting Maven Featured Poster
gahhon 13 Junior Poster
gahhon 13 Junior Poster
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.