Results 1 to 4 of 4

Thread: DateName

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Apr 2001
    Posts
    843

    DateName

    How do I get the month by the number...

    something like

    dateName(11) returns Novemeber...
    dateName(2) returns Feb....

    What is that dateName function in VB???
    "The difference between mad and genius is the success"

  2. #2
    Member VbAndersonic's Avatar
    Join Date
    Aug 2001
    Location
    Derby, UK
    Posts
    58
    not far off, use the MonthName function

    (VbAndersonic)

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Apr 2001
    Posts
    843
    Thanks...

    PS>..I wouldnt earn much at the price is right,...
    "The difference between mad and genius is the success"

  4. #4
    Addicted Member herpysz's Avatar
    Join Date
    Mar 2002
    Location
    Europe>Moldova>Kishinev
    Posts
    176

    Try this!

    You can make an array:
    Dim dateName(1 to 12) as string

    and to enter value in the array like:
    dateName(1)="January"

    I'm not sure u mean this but...
    Next regards from Herpysz!

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