<legend id='Z8LmC'><style id='Z8LmC'><dir id='Z8LmC'><q id='Z8LmC'></q></dir></style></legend>
    • <bdo id='Z8LmC'></bdo><ul id='Z8LmC'></ul>
  1. <i id='Z8LmC'><tr id='Z8LmC'><dt id='Z8LmC'><q id='Z8LmC'><span id='Z8LmC'><b id='Z8LmC'><form id='Z8LmC'><ins id='Z8LmC'></ins><ul id='Z8LmC'></ul><sub id='Z8LmC'></sub></form><legend id='Z8LmC'></legend><bdo id='Z8LmC'><pre id='Z8LmC'><center id='Z8LmC'></center></pre></bdo></b><th id='Z8LmC'></th></span></q></dt></tr></i><div id='Z8LmC'><tfoot id='Z8LmC'></tfoot><dl id='Z8LmC'><fieldset id='Z8LmC'></fieldset></dl></div>
  2. <small id='Z8LmC'></small><noframes id='Z8LmC'>

      <tfoot id='Z8LmC'></tfoot>
    1. 如何在 iOS 5.1 中以 MM-dd-yy 格式显示选取器视图

      时间:2023-06-01
      • <bdo id='0Gwdd'></bdo><ul id='0Gwdd'></ul>
            <tbody id='0Gwdd'></tbody>
          <tfoot id='0Gwdd'></tfoot>
          <i id='0Gwdd'><tr id='0Gwdd'><dt id='0Gwdd'><q id='0Gwdd'><span id='0Gwdd'><b id='0Gwdd'><form id='0Gwdd'><ins id='0Gwdd'></ins><ul id='0Gwdd'></ul><sub id='0Gwdd'></sub></form><legend id='0Gwdd'></legend><bdo id='0Gwdd'><pre id='0Gwdd'><center id='0Gwdd'></center></pre></bdo></b><th id='0Gwdd'></th></span></q></dt></tr></i><div id='0Gwdd'><tfoot id='0Gwdd'></tfoot><dl id='0Gwdd'><fieldset id='0Gwdd'></fieldset></dl></div>

          • <legend id='0Gwdd'><style id='0Gwdd'><dir id='0Gwdd'><q id='0Gwdd'></q></dir></style></legend>

              <small id='0Gwdd'></small><noframes id='0Gwdd'>

              • 本文介绍了如何在 iOS 5.1 中以 MM-dd-yy 格式显示选取器视图?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                问题描述

                限时送ChatGPT账号..

                In my application i am using pickerview

                My problem is that when in iOS 4.3 Picker view comes MM-dd-yy format,

                in iOS 5.1 Picker view comes dd-MM-yy format,

                I want MM-dd-yy format in iOS 5.1

                My code is below,

                I created picker view programmatically with this code,

                datePicker = [[UIDatePicker alloc] initWithFrame:CGRectMake(0, 250, 325, 300)];
                datePicker.datePickerMode = UIDatePickerModeDate;
                datePicker.date = [NSDate date];
                
                NSDate *today = [NSDate date];        
                NSDateFormatter *df = [[NSDateFormatter alloc] init];
                [df setDateFormat:@"MM-dd-yy"];
                NSString *dateString = [df stringFromDate:today];
                dateString = [NSString stringWithFormat:@"%@",[df stringFromDate:datePicker.date]];
                

                Anybody suggest me how can i resolve this issue on iOS 5.1?

                解决方案

                My all code works is fine,

                Problem is with Settings,

                My region format is set to india and change it to United state,

                All works fine.....

                这篇关于如何在 iOS 5.1 中以 MM-dd-yy 格式显示选取器视图?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                上一篇:PageViewController 委托函数调用了两次 下一篇:如何以一对多关系清除/重置所有CoreData

                相关文章

                最新文章

                <tfoot id='hU0pC'></tfoot>
                  • <bdo id='hU0pC'></bdo><ul id='hU0pC'></ul>
                    <i id='hU0pC'><tr id='hU0pC'><dt id='hU0pC'><q id='hU0pC'><span id='hU0pC'><b id='hU0pC'><form id='hU0pC'><ins id='hU0pC'></ins><ul id='hU0pC'></ul><sub id='hU0pC'></sub></form><legend id='hU0pC'></legend><bdo id='hU0pC'><pre id='hU0pC'><center id='hU0pC'></center></pre></bdo></b><th id='hU0pC'></th></span></q></dt></tr></i><div id='hU0pC'><tfoot id='hU0pC'></tfoot><dl id='hU0pC'><fieldset id='hU0pC'></fieldset></dl></div>
                    <legend id='hU0pC'><style id='hU0pC'><dir id='hU0pC'><q id='hU0pC'></q></dir></style></legend>

                    <small id='hU0pC'></small><noframes id='hU0pC'>