That's because the getTime() method of Calendar returns a Date, whose getTime() method returns the long value in msecs.
So in order to convert a calendar to its msec equivalent you need to use something along the lines of:
hth,
bear
P.S. For future posts: this is a general
Java question and should have been posted in the Java (Beginner) forum; just because you are trying to do this in a
JSP doesn't make it a JSP question.