How to accept only month & year in a DateField Control ?

  1. #1

    How to accept only month & year in a DateField Control ?

    Is there a way to accept only month and year in a DateField control ?
  2. #2

    RE: How to accept only month & year in a DateField Control ?

    Please try like this (Format="m/Y").

    <ext:DateField runat="server" ID="openingDate" FieldLabel="Opening Date" Format="m/Y" Width="120"></ext:DateField>
    Regards,

    Bobs
  3. #3

    RE: How to accept only month & year in a DateField Control ?

    Thanks

Similar Threads

  1. Month/Year format need in date editor control
    By vs.mukesh in forum 1.x Help
    Replies: 2
    Last Post: Jun 02, 2014, 8:46 AM
  2. [CLOSED] show only month and year in datepicker
    By FpNetWorth in forum 1.x Legacy Premium Help
    Replies: 7
    Last Post: Jul 05, 2012, 10:46 AM
  3. [CLOSED] DataField - display Month/year
    By rnfigueira in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: May 24, 2011, 6:45 PM
  4. Replies: 1
    Last Post: Feb 15, 2011, 5:45 PM
  5. [CLOSED] How to set Max Year for DateField
    By Vasudhaika in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Feb 08, 2011, 8:09 AM

Posting Permissions