Below query is to select from id range you can use date_created or any instead of id
mysqldump --opt --host=dns --user=user_name --password=your_passwd db_name --tables table_name --where "id > 1 and id < 100 " > /file_name.sql
ex: --where="date_created > '2019-01-18' " --> insted of id