User Profile

Collapse

Profile Sidebar

Collapse
n78298
n78298
Last Activity: Sep 14 '06, 02:31 PM
Joined: Sep 12 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • n78298
    replied to changing the date format
    in C
    Still waiting for some reply. Kindly help
    See more | Go to post

    Leave a comment:


  • n78298
    replied to changing the date format
    in C
    I need urgent help in this. Any reply will be highly appreciated.
    See more | Go to post

    Leave a comment:


  • n78298
    replied to changing the date format
    in C
    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...
    See more | Go to post

    Leave a comment:


  • n78298
    started a topic changing the date format
    in C

    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)

    ...
    See more | Go to post
No activity results to display
Show More
Working...