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

Thread: VB Calendar

  1. #1
    Join Date
    Mar 1999
    Posts
    1

    VB Calendar



    I am a computer science student and was given a project to create a calendar. I have to be able to create and number the calendar to any data entered by the user. I am not fimilar with dates and am having trouble finding code to help with this. I am a beginner of VB and understand some of the functionality of the Date function, but I do not understand how to code for lets say, April 5, 1954 or May6, 2123. I also don't know how to loop through the calendar and label it. If you have any insight to these problems or know were I could be some sample code that is easily unstandable it would be great.

    thanks,

    Tommy Davis

    [email protected]

  2. #2
    Join Date
    May 1999
    Posts
    123

    Re: VB Calendar



    Do a search for "Zeller's Congruence" and it should turn something up. If you can't find any code in VB, you might take a look at Ray Gardner's code in C at www.snippets.org, and take a shot at translating it.



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