Guest_imported
New member
- Jan 1, 1970
- 0
Hi:
Is there a way to convert from a time format to an int, double or a char*?
Like:
time_t t1;
time(&t1);
char timeToday = (char *)t1 // which gives error ofcourse
Any suggestion will be appreciated!
Is there a way to convert from a time format to an int, double or a char*?
Like:
time_t t1;
time(&t1);
char timeToday = (char *)t1 // which gives error ofcourse
Any suggestion will be appreciated!