how to get changeLIst between two dates in perforce P4java API?

1.1k views Asked by At

I am trying to deal with perforce using P4JAVA API but I am not able to find the changelist between 2 different dates

if have to do this in command prompt I am using

p4 changes //depot/prod/...@2016/08/16,@2016/08/29

But in P4JAVA API I am not able to find the function.

0

There are 0 answers