CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 8 of 8

Thread: Date string

Threaded View

  1. #1
    Join Date
    May 2006
    Posts
    4

    Question Trying to convert a Date String

    Hi,

    I am wondering if anyone could help me with a conversion. I have a date that is in the format of
    Code:
    string date = "19-JAN-2006";
    I need to add one day to it.

    Does anyone have any idea?

    Thanks in advance!
    Last edited by Skyler; May 6th, 2006 at 06:25 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured