Is there a way to ask Perforce to list all changelists submitted by a particular user in a specific time frame ?
p4 changes @2001/04/01,@now This lists all the changes submitted from 1st April till now.
p4 changes -m 5 -u edk Shows the last five submitted changelists from user edk.
Is there a way to combine both the above for a particular directory ?