[CLOSED] DateField months names

  1. #1

    [CLOSED] DateField months names

    Hi.

    How can I change the months names in datefield calendar?

    Example,

    I have Enero, Febrero, Marzo, Abril, Mayo, Junio, Julio, Agosto, Septiembre, Octubre, Noviembre, Diciembre.

    And I need January, February, ..... December.

    Thanks.
    Last edited by Daniil; Jan 21, 2015 at 3:51 PM. Reason: [CLOSED]
  2. #2
    <%@ Page Language="C#" %>
    
    <!DOCTYPE html>
    
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head runat="server">
        <title></title>
    </head>
    <body>
        <form id="form1" runat="server">
            <ext:ResourceManager runat="server" Locale="en-US" />
            <ext:DateField runat="server" />
        </form>
    </body>
    </html>
  3. #3
    It works.

    Thanks a lot.

Similar Threads

  1. [CLOSED] Missing Months on Line Chart
    By PriceRightHTML5team in forum 2.x Legacy Premium Help
    Replies: 7
    Last Post: May 08, 2014, 6:55 AM
  2. [CLOSED] Format date picker to show months
    By PriceRightHTML5team in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Aug 13, 2013, 3:52 PM
  3. [OPEN] [#172] datePicker: show two months
    By supera in forum 2.x Legacy Premium Help
    Replies: 8
    Last Post: Mar 15, 2013, 11:07 AM
  4. Pro license and support after initial 12 months
    By plykkegaard in forum Licensing
    Replies: 2
    Last Post: Sep 14, 2011, 6:15 AM
  5. Replies: 1
    Last Post: Jul 16, 2010, 6:28 PM

Tags for this Thread

Posting Permissions