Skip to content

Instantly share code, notes, and snippets.

@chucktrukk
Created January 21, 2010 21:32
Show Gist options
  • Save chucktrukk/283222 to your computer and use it in GitHub Desktop.
Save chucktrukk/283222 to your computer and use it in GitHub Desktop.
<?php
// Specifically for foxycart -> modx
// Add 1 day (86400 seconds) to the transaction date.
date('U', strtotime($order['order']['next_transaction_date']) + 86400)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment