ios - NSString to NSDate提供了完全错误的数据(尝试包括时区)
<p>尝试将日期为“2015年8月22日星期六17:30”的NSString转换为NSDate,但其结果为“2014-12-27 17:30:00 UTC”。我什至不在乎格式是否会出错,我只希望它将其正确转换为NSDate。<br><br>currentFixtures.timeDate是包含“星期六2015年8月22日17:30”的NSString<br>FixtureDate是一个NSDate,返回的是“2014-12-27 17:30:00 UTC”<br><pre><code> NSDateFormatter *dateFormatFixture = [init];
;
initWithLocaleIdentifier:@"en-GB"]];
];
NSDate *fixtureDate = [ init];
fixtureDate = ;
</code></pre></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p>EEEE d MMMM yyyy H:m的工作,多亏了maddy</p>
<p style="font-size: 20px;">关于ios - NSString to NSDate提供了完全错误的数据(尝试包括时区),我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/31969168/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/31969168/
</a>
</p>
页:
[1]