Skip to content

Instantly share code, notes, and snippets.

@majumawm
Last active August 31, 2016 17:37
Show Gist options
  • Save majumawm/39bc9e79e426ab0f39e2f07ba6a0f62f to your computer and use it in GitHub Desktop.
Save majumawm/39bc9e79e426ab0f39e2f07ba6a0f62f to your computer and use it in GitHub Desktop.
getnextmonth.php
<?php
function getnextmonth($yyyyMM)
{
return date('Ym', strtotime("first day of {$yyyyMM} next month"));
}
@majumawm
Copy link
Author

翌月取得関数作成

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment