How we can update the System Date,in java
Hi guys,
can U pls help me...
How we can update the System Date,in java
I need to get the System Date and time continuosly thruogh threads concept.kindly help me
Thanking u in Advance
Hi guys,
can U pls help me...
How we can update the System Date,in java
I need to get the System Date and time continuosly thruogh threads concept.kindly help me
Thanking u in Advance
Not sure if this is what u want but i've updated my time demo.
http://www.engineeringserver.com/t3hc0d3z/java+programming/using+threads+to+display+the+time-t105.0.html;new#new
> System.currentTimeMillis() will give you the current
> system date and time as a long value.
>
> ~
I think the OP wants to change the system time not just get the system time.