Thread
:
really fast regular expressoin question
View Single Post
03-10-2005, 05:31 AM
teksonline
So Fucking Banned
Join Date: Jan 2005
Location: At My Desk
Posts: 2,904
Sounds like your going at it all wrong, if your string is 20050101-20050608
then
($begin_date, $end_date) = split ('-', $string);
if ($string => $begin_date) && ($string <= $end_date) {
do this
teksonline
View Public Profile
Find More Posts by teksonline