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

Search:

Type: Posts; User: dshitolefourm

Search: Search took 0.02 seconds.

  1. Replies
    20
    Views
    27,149

    Re: Date Comparison

    Private Sub cmdCalculate_Click()
    lblYears.Caption = ""
    lblMonths.Caption = ""
    lblDays.Caption = ""
    lblQuarter.Caption = ""
    lblCalenderWeeks.Caption = ""
    lblWeeks.Caption...
  2. Replies
    20
    Views
    27,149

    Re: Date Comparison

    Hi,
    This may be helpful for you.

    The following code's form is also attached with the reply.

    To get date difference between two dates in months, days and years and etc you can use the following...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured