Afternoon all!
First post so please bare with me!
I've got some software that shows information for a manufacturing company.
I'm after some code that populates a empty box with text or a number.
The number should represent the number of products that should have passed through during the day, and text will show if it is a break time, or non production time.
I think it's obvious that I would have it that if the time is between a and b then show c, but it would need this multiple times, and it would have to reset every morning.
Does anyone have any idea how I could do this? I've never written any java before, but know SQL (unsure of that helps!), So I've no idea where to start.
Thank you