菜鸟教程小白 发表于 2022-12-13 05:47:39

iphone - 我可以使用 NSDateFormatter 将此日期字符串转换为 NSDate 吗?


                                            <p><p>我有这个字符串...</p>

<pre><code>2010-08-24T16:00:00-05:00
</code></pre>

<p>我想从中提取时间部分(即 16:00)并将其转换为等效的 12 小时(即下午 4:00)。我正在尝试使用 NSDateFormatter 来完成此操作,但它不起作用...</p>

<pre><code>NSDateFormatter* dateformatter = [ init];
;
NSDate *date1 = ];
;
</code></pre>

<p>我可以使用这种日期格式的 NSDateFormatter 吗?如果不是,我如何提取时间并将其转换为等效的 12 小时时间?</p>

<p>谢谢!</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>问题与解析冒号有关。我问了同样的问题,解决方案在这里:<a href="https://stackoverflow.com/questions/4999396/how-to-parse-a-date-string-into-an-nsdate-object-in-ios" rel="noreferrer noopener nofollow">How to parse a date string into an NSDate object in iOS?</a> </p></p>
                                   
                                                <p style="font-size: 20px;">关于iphone - 我可以使用 NSDateFormatter 将此日期字符串转换为 NSDate 吗?,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/3561029/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/3561029/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: iphone - 我可以使用 NSDateFormatter 将此日期字符串转换为 NSDate 吗?