I am using an API which requires a date parameter as a number of seconds, an int
.
My problem is that I currently store this time in java.util.date
and I was wondering if there is some way to convert the java.util.date
variable to seconds so that I can fit it into the int
parameter which the API requires?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…