Author Archive
Generating random Date/Time between 2 different Dates/TimeStamps in Java
It is common to find a random number between 2 given numbers… In our java application that we are working on, We had a need to find a random time between two given timestamp.. We felt it little challenging in the beginning… But later figured out a simple solution for the same… The steps for [...]

