User Profile
Collapse
-
Still waiting for some reply. Kindly help -
I need urgent help in this. Any reply will be highly appreciated.Leave a comment:
-
Thanks for yor reply. I have also tried to code the same thing. extracting the middle 2 digits and using switch case give MON name according to month value.
But the problem is I m not able to code this as i m new in c++. I m getting errors while trying to do so. If someone can help me with syntax to achieve this ( extracting middle 2 chars and based on that give Month name) I will be very greatful . I searched web for this but of no...Leave a comment:
-
changing the date format
Hello Friends
This is my first post.
I am having problems in convetring teh date format.
I have following code.
if(!strcmp(elem entbuf, "depDate"))
{
strncpy((char *)amflightdets[numflights].flightDate, contents, 6);
amflightdets[numflights].flightDate[6] = '\0';
}
I get the value as 180906. (ddmmyy)
...
No activity results to display
Show More
Leave a comment: