I have created a sysdate to display on my forms.
select to_char(sysdate,'Mon/dd/yyyy hh:mm:ss') into :block.datebox;
However, what I needed the time to do is blink the seconds.
In other words, I want the seconds to update while the screen is open as opposed refreshing the screen to update time.
Can any good hearts tell me how to implement this?
A syntax would be great!
select to_char(sysdate,'Mon/dd/yyyy hh:mm:ss') into :block.datebox;
However, what I needed the time to do is blink the seconds.
In other words, I want the seconds to update while the screen is open as opposed refreshing the screen to update time.
Can any good hearts tell me how to implement this?
A syntax would be great!