-
Notifications
You must be signed in to change notification settings - Fork 0
cDateStrategyDaily::IsBetweenLimits()
Rainer Stötter edited this page Apr 28, 2017
·
13 revisions
protected boolean libdatephp\cDateStrategy::IsBetweenLimits($dt)
- Namespace : libdatephp
- Class name: cDateStrategyDaily
- This method is defined by libdatephp\cDateStrategy
The method IsBetweenLimits( ) returns true, when the cDate $dt is greater or equal the starting date and $dt is less or equal the ending date
- $dt mixed - <p>cDate the date, which should be checked, whether it is in the calculated period of time.</p>
boolean true, if an underflow or an overflow happemed
This wiki page is part of the documentation of the PHP class library libdatephp