The way to do this is to create table xyz as select * from table_name where lastmodifiedfdate between x and y.

Then you can export this table. and import into another user or to the same user.
Sam