Results 1 to 2 of 2

Thread: select month

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2009
    Posts
    88

    select month

    hi..how can i select a month..and display all the days with the date of that month from month calender...

  2. #2
    eXtreme Programmer .paul.'s Avatar
    Join Date
    May 2007
    Location
    Chelmsford UK
    Posts
    26,422

    Re: select month

    vb Code:
    1. MonthCalendar1.SelectionStart = CDate(Now.ToString("dd") & "/" & monthNumber & "/" & Now.ToString("yyyy"))

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