Skip to content

Instantly share code, notes, and snippets.

@o0h
Last active December 14, 2015 21:49
Show Gist options
  • Select an option

  • Save o0h/5154029 to your computer and use it in GitHub Desktop.

Select an option

Save o0h/5154029 to your computer and use it in GitHub Desktop.
次の日曜日になるまでどのくらいかかるかを取得します
<?php
function get_days_until_next_nichiyoubi(){
return 6 -(date_create()->format('n'));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment