if your date is formatted such that its ok for comparison,
mydate=201003160120find . -type f -printf "%AY%Am%Ad%AH%AM%AS/:%p\n" | awk -vd="$mydate" -F'/:''$1 > d{ print $2 }'
if your date is formatted such that its ok for comparison,
mydate=201003160120find . -type f -printf "%AY%Am%Ad%AH%AM%AS/:%p\n" | awk -vd="$mydate" -F'/:''$1 > d{ print $2 }'