Results 1 to 6 of 6

Thread: month(now())***RESOLVED***

  1. #1

    Thread Starter
    Addicted Member annie613's Avatar
    Join Date
    May 2003
    Location
    NY, NY
    Posts
    161

    month(now())***RESOLVED***

    VB Code:
    1. Label2 = Month(Now())


    i am using this to label my calendar for the current month, and i realize this returns a numeric. is there a way for it to return text like june instead of 6.


    thanks in advance annie
    Last edited by annie613; Aug 6th, 2003 at 12:24 PM.

  2. #2

  3. #3

    Thread Starter
    Addicted Member annie613's Avatar
    Join Date
    May 2003
    Location
    NY, NY
    Posts
    161
    ok it works, but it brought up January
    shouldnt it bring up August
    ???

  4. #4

    Thread Starter
    Addicted Member annie613's Avatar
    Join Date
    May 2003
    Location
    NY, NY
    Posts
    161
    Label2.Caption = Format(Now, "MMMM")

    i got it!!!!! thanks so much

  5. #5

  6. #6

    Thread Starter
    Addicted Member annie613's Avatar
    Join Date
    May 2003
    Location
    NY, NY
    Posts
    161
    thanks again

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