Results 1 to 3 of 3

Thread: [02/03] get Month from a string [Resolved]

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2001
    Location
    Austin
    Posts
    397

    [02/03] get Month from a string [Resolved]

    How would i convert 1,2,3... to the month name without having to write a 12 step case or if statement?
    Last edited by texas; Mar 14th, 2007 at 09:12 AM.

  2. #2
    Banned
    Join Date
    Nov 2005
    Posts
    2,367

    Re: [02/03] get Month from a string

    vb Code:
    1. Microsoft.VisualBasic.DateAndTime.MonthName(##)

    Edited: I posted the 2005 version a second ago.

    it allows for 13 months, no idea why but it'll work.

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2001
    Location
    Austin
    Posts
    397

    Re: [02/03] get Month from a string

    Thank you!

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