Results 1 to 3 of 3

Thread: [RESOLVED] DTpicker option to show just mm/yy

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Dec 2006
    Posts
    139

    Resolved [RESOLVED] DTpicker option to show just mm/yy

    as the dtpicker shows date/month/year

    is it possible to config to show just month/year ??

    or any other such component to show just month/year??

  2. #2
    PowerPoster
    Join Date
    Oct 2002
    Location
    British Columbia
    Posts
    9,758

    Re: DTpicker option to show just mm/yy

    Set the Format property to 3 - dtpCustom
    Set the CustomFormat property to MM/yyyy

  3. #3
    Hyperactive Member
    Join Date
    Sep 2005
    Posts
    376

    Re: DTpicker option to show just mm/yy

    in code:

    VB Code:
    1. the_date = format(the_date, "MM/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