Thank you for reporting this bug. We will make it our priority to review this report.
  1. #1
    Ext User
    Join Date
    Apr 2010
    Posts
    2
    Vote Rating
    0
    is84092 is on a distinguished road

      0  

    Default [FNR] TimeField bug?

    [FNR] TimeField bug?


    when i use Timefield,i set the increment to 1,the 23:59 always disappers.
    how can i do to get 23:59?
    FormPanel form = new FormPanel();
    form.setHeading("Simple Form");
    TimeField timeField = new TimeField();
    timeField.setFieldLabel("Time");
    timeField.setIncrement(1);
    form.add(timeField);

  2. #2
    Software Architect
    Join Date
    Sep 2007
    Posts
    13,754
    Vote Rating
    113
    sven is just really nice sven is just really nice sven is just really nice sven is just really nice sven is just really nice

      0  

    Default


    Fixed in SVN as of revision 2027