<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>naosim</author_name>
  <author_url>https://blog.hatena.ne.jp/naosim/</author_url>
  <blog_title>なおしむ論</blog_title>
  <blog_url>https://naosim.hatenablog.jp/</blog_url>
  <categories>
    <anon>プログラミング問題</anon>
  </categories>
  <description>下記に月・日を入力するといい感じに日付(年月日)にしてくれる機能がある。 これと同じ機能のメソッドcreateDate()を完成させよ。 メソッドのインターフェースは↓この通り。 /** * @param {number} month 1-12 * @param {number} dayOfMonth 1-31 * @param {Date} currentDate * @return {Date} */ function createDate(month, dayOfMonth, currentDate) { //TODO: 実装 } ただし言語はjsでなくてもなんでも良い。 また、mont…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnaosim.hatenablog.jp%2Fentry%2F2018%2F10%2F04%2F073143&quot; title=&quot;問題: いい感じの日付取得 - なおしむ論&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>2018-10-04 07:31:43</published>
  <title>問題: いい感じの日付取得</title>
  <type>rich</type>
  <url>https://naosim.hatenablog.jp/entry/2018/10/04/073143</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
