Re: How to see if a time is within two other times.
- From: John Bokma <john@xxxxxxxxxxxxxxx>
- Date: 29 Jun 2005 20:36:43 GMT
Mark <mark.clementsREMOVETHIS@xxxxxxxxxx> wrote:
> ie
> if($endtime > $checkTime && $checkTime > $startTime){
>
> }
You mean:
if ( $start <= $check and $check <= $end ) {
}
--
John Small Perl scripts: http://johnbokma.com/perl/
Perl programmer available: http://castleamber.com/
Happy Customers: http://castleamber.com/testimonials.html
.
- References:
- How to see if a time is within two other times.
- From: Ninja67
- Re: How to see if a time is within two other times.
- From: Mark
- How to see if a time is within two other times.
- Prev by Date: Re: How to see if a time is within two other times.
- Next by Date: Re: How to see if a time is within two other times.
- Previous by thread: Re: How to see if a time is within two other times.
- Next by thread: Re: How to see if a time is within two other times.
- Index(es):