PHP Salt


A little dash of PHP... my collection of php functions

Version: 2.33.2
Last Build: December 29, 2023 20:28pm (PST)

Main Menu

Home

Get PHP Salt


The Functions

array
db
file
graph
html
mail
math
misc
mobile
script
string
system
time
web
psDateFuture()
Check if (human) date is in the future


Description:

This returns true if human date is in the future



Usage:

psDateFuture($eDate{,$ts});
$eDate is End Date, example: 09/02/2014
$ts is time stamp; default is time()



Example:







Code:

function psDateFuture($eDate,$ts = "")
{
if ($ts == "") { $ts = time(); }
$f = false;
if ( $ts < strtotime($eDate) )
{
$f = true;
}
return $f;
}

Changlelog:



See Also

  psDateInRange()
  psDatePast()
And a shot out to:

PHP - php.net
Fedora Server - getfedora.com
Shameless ads to pay for site