CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: MasterDucky

Search: Search took 0.01 seconds.

  1. Re: Comparing dates of date and time picker control boxes

    Yes if I set them myself they are the same. :-)

    That makes sense, thank you Victor!
  2. Re: Comparing dates of date and time picker control boxes

    I think it gets set automatically because I only send a DTM_SETFORMAT message when they are created. This is the format I use
    LPSTR lpstrDate = "dd / MM / yyy dddd";
  3. Re: Comparing dates of date and time picker control boxes

    Today's date in this format: 08 / 11 / 2012 thursday
  4. Re: Comparing dates of date and time picker control boxes

    Hi Victor,

    I should get the same result because they have the same dates in it.
    But I get these two different values:

    time 129968818494020000
    time 129968818494290000

    Thanks for your help!
  5. Comparing dates of date and time picker control boxes

    I have I have two date and time picker boxes with the same dates in them and when I get the date from them they give different result.



    SYSTEMTIME st1 = {0}, st2 = {0};

    int r;
    ...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured