Skip to content

Instantly share code, notes, and snippets.

@cuonghuynh
Created June 30, 2016 04:23
Show Gist options
  • Save cuonghuynh/9e44edaaf9bd5f263d2341bf96e32097 to your computer and use it in GitHub Desktop.
Save cuonghuynh/9e44edaaf9bd5f263d2341bf96e32097 to your computer and use it in GitHub Desktop.
private function computeValidityPeriod($period)
{
return date('Y-m-d-H:i:s', strtotime("+$period min"));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment