Time problem..?

Hi, i want to store time is less than 1 minute time of current time. can any one help me.
[110 byte] By [sinhasinhaa] at [2007-11-27 2:27:14]
# 1
>can any one help me.not until you re-phrase the question, I'm afraid
georgemca at 2007-7-12 2:37:41 > top of Java-index,Java Essentials,Java Programming...
# 2

> Hi,

>

>

> i want to store time is less than 1 minute time of

> current time.

>

>can any one help me.

If you create a Date object, getTime:

Returns the number of milliseconds since January 1, 1970, 00:00:00 GMT

so 1 minute = 60000 milliseconds, so you can do a simple operation to know if you've to store or not the "time".

is this what you meant?

alexpallarsa at 2007-7-12 2:37:41 > top of Java-index,Java Essentials,Java Programming...
# 3
ok................ thanks.
sinhasinhaa at 2007-7-12 2:37:41 > top of Java-index,Java Essentials,Java Programming...
# 4
Explain clearly .......
uk0102a at 2007-7-12 2:37:41 > top of Java-index,Java Essentials,Java Programming...