<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>shoprev</author_name>
  <author_url>https://blog.hatena.ne.jp/shoprev/</author_url>
  <blog_title>shoprevのブログ</blog_title>
  <blog_url>https://shoprev.hatenablog.com/</blog_url>
  <categories>
    <anon>javascript</anon>
    <anon>日付</anon>
  </categories>
  <description>javascriptでの日付（月・日）の加算、減算がよく分らなくなるためまとめた 月の指定が0 (1 月) ～ 11 (12 月)なのがめんどくさい 2014/9の次月(+1) var date=new Date(2014,9-1,1); date.setMonth(date.getMonth()+1); date.getFullYear() // 2014 date.getMonth()+1 // 10 2014/9の前月(-1) var date=new Date(2014,9-1,1); date.setMonth(date.getMonth()-1); date.getFullYear…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fshoprev.hatenablog.com%2Fentry%2F2014%2F09%2F18%2F223316&quot; title=&quot;javascriptで日付（月・日）を加算（減算）してみた - shoprevのブログ&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-09-18 22:33:16</published>
  <title>javascriptで日付（月・日）を加算（減算）してみた</title>
  <type>rich</type>
  <url>https://shoprev.hatenablog.com/entry/2014/09/18/223316</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
