<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ch3cooh393</author_name>
  <author_url>https://blog.hatena.ne.jp/ch3cooh393/</author_url>
  <blog_title>iOSアプリ開発の逆引き辞典</blog_title>
  <blog_url>https://ios.ch3cooh.jp/</blog_url>
  <categories>
    <anon>NSString</anon>
    <anon>NSDate</anon>
  </categories>
  <description>文字列(NSString)型から日付(NSDate)型へ変換します。 ここでは「2011-06-28 21:23:45」という文字列をNSDateFormatterクラスを使ってNSDate型へ変換します。 // フォーマットされる日付文字列 NSString *dateString = @&quot;2011-06-28 21:23:45&quot;; // フォーマット文字列を設定 NSDateFormatter *fmt = [[NSDateFormatter alloc] init]; [fmt setDateFormat:@&quot;yyyy-MM-dd HH:mm:ss&quot;]; // 文字列をNSDateに変換…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fios.ch3cooh.jp%2Fentry%2F20140226%2F1393353080&quot; title=&quot;文字列をNSDate型へ変換する - iOSアプリ開発の逆引き辞典&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2014-02-26 03:31:20</published>
  <title>文字列をNSDate型へ変換する</title>
  <type>rich</type>
  <url>https://ios.ch3cooh.jp/entry/20140226/1393353080</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
