I am trying to write a java program which will move some xml files form one folder to another based on its created/modified date.
For example, input will be (in DD-MM-YYYY:HH:mm:ss
)
start date : 21-09-2016:00:00:00
End date : 21-09-2016:11:00:00
Can you please provide an example for the same?
Thanks in advance