innov8 Posted October 14, 2020 Report Share Posted October 14, 2020 Hi, I have a Jazz unit set up to count accumulated hours in detail. (Hour, min, sec) I currently have the ability to reset the accumulated time manually via a combination of key presses. I would like to save the reset date and time in MM/DD/YYYY & HH:MM;SS format, and display this on the display. I tried writing the current date to some MI, and display those integers, but the numbers are in a strange format. Can someone help me out here? Thanks. 1 Quote Link to comment Share on other sites More sharing options...
MVP 2022 Joe Tauser Posted October 15, 2020 MVP 2022 Report Share Posted October 15, 2020 The current date and time are bundled together in the SI registers so that a four digit number represents hours and minutes and/or month and day in a single number. You're going to have to do some math to strip them apart by dividing by 100 and then extracting the remainder out of SI 4. Post your program so we can have a look. Joe T. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.