Forums Register Login

show the date on the beginning of each day

+Pie Number of slices to send: Send
I need to write some code that will show the current date at the
beginning of each day. The date should be shown exactly once when the
date changes from one day to the other.Please anyone help me.
+Pie Number of slices to send: Send
So you can have an endless loop, sleeping for a second (minute, whatever precision is needed), then get the date, compare it with previous, and react in some way, if it differs.
Where is the problem?
+Pie Number of slices to send: Send
See if the javax.swing.Timer helps you. You can schedule something for a future time and it will sleep until the time and then do the thing. If this is your only scheduled event it might be overkill. You might start a thread that does something like this in a forever loop:

No guarantees anything there is spelled right or easy to do but hope it gives you some inspiration.
+Pie Number of slices to send: Send
Assuming you have a process running continuously, you can start a thread that is responsible for showing the current date at the beginning of each day. You can then calculate the length of time before the beginning of the next day. You can then use Thread.sleep to sleep until it is time to show the display. That way, you don't use a lot of system resources waiting and checking.
Check out Calendar, Runnable (and Thread).
Good Luck
Don
If you're gonna buy things, buy this thing and I get a fat kickback:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com


reply
reply
This thread has been viewed 1061 times.
Similar Threads
plz give me an idea...
How to retrieve day in MIDlet?
Java Calender
add one day to current date
Date difference
More...

All times above are in ranch (not your local) time.
The current ranch time is
Mar 29, 2024 00:33:42.