INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Display clock (system time) in standard view  (Read 3297 times)

btomi9

  • Recent member
  • *
  • Posts: 6
Display clock (system time) in standard view
« on: June 01, 2017, 12:59:19 am »

I'm using MC with Windows Server 2012 in core mode, hence no start menu bar where the actual system time is displayed. That would be a nice feature to display current time or date/time (nice to have it customisable) somewhere in Standard view. I know that in theatre view it can be displayed, but I use MC in Standard view.

Do you think you can implement it in MC 23 or any future release?
Logged

marko

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 8943
Re: [Feature request] Display clock (system time) in standard view
« Reply #1 on: June 01, 2017, 02:36:52 am »

You can do this now if you want :)

If you click on the player display bar, one of the options there is "Customise display"... click on that.
Get the expression below in there somewhere...
formatdate(now(),dddd dd MMMM yyyy)  :::  formatdate(now(),HH:mm)

I've attached a clip of mine so you can see what to expect.

You could add seconds there too if you really wanted, but, there's a caveat (isn't there always) as when playback is stopped, the display doesn't update the time in 'real time' so the seconds would just be irritating, sitting there, frozen on the last time the display updated :)

btomi9

  • Recent member
  • *
  • Posts: 6
Re: [Feature request] Display clock (system time) in standard view
« Reply #2 on: June 23, 2017, 03:19:18 am »

I will give it a try, thank you so much!

You can do this now if you want :)

If you click on the player display bar, one of the options there is "Customise display"... click on that.
Get the expression below in there somewhere...
formatdate(now(),dddd dd MMMM yyyy)  :::  padnumber(formatdate(now(),hour),2):padnumber(formatdate(now(),minute),2)

I've attached a clip of mine so you can see what to expect.

You could add seconds there too if you really wanted, but, there's a caveat (isn't there always) as when playback is stopped, the display doesn't update the time in 'real time' so the seconds would just be irritating, sitting there, frozen on the last time the display updated :)
Logged

~OHM~

  • Citizen of the Universe
  • *****
  • Posts: 1825
  • "I Don't Play The Music The Music Plays Me"
Re: [Feature request] Display clock (system time) in standard view
« Reply #3 on: June 23, 2017, 06:46:19 am »

You can do this now if you want :)

If you click on the player display bar, one of the options there is "Customise display"... click on that.
Get the expression below in there somewhere...
formatdate(now(),dddd dd MMMM yyyy)  :::  padnumber(formatdate(now(),hour),2):padnumber(formatdate(now(),minute),2)

I've attached a clip of mine so you can see what to expect.

You could add seconds there too if you really wanted, but, there's a caveat (isn't there always) as when playback is stopped, the display doesn't update the time in 'real time' so the seconds would just be irritating, sitting there, frozen on the last time the display updated :)

Sweet....how to get time to say AM-PM
Logged
“I've Reached A Turning Point In My Life. I Now Realize I Have More Yesterdays Then Tomorrows”

marko

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 8943
Re: [Feature request] Display clock (system time) in standard view
« Reply #4 on: June 23, 2017, 10:37:25 am »

use "tt"

formatdate(now(),hh:mm tt) = 04:36 PM
formatdate(now(),HH:mm tt) = 16:36 PM

Updated the post above to use these more streamlined formatting strings.

~OHM~

  • Citizen of the Universe
  • *****
  • Posts: 1825
  • "I Don't Play The Music The Music Plays Me"
Re: [Feature request] Display clock (system time) in standard view
« Reply #5 on: June 23, 2017, 05:01:06 pm »

use "tt"

formatdate(now(),hh:mm tt) = 04:36 PM
formatdate(now(),HH:mm tt) = 16:36 PM

Updated the post above to use these more streamlined formatting strings.

works great...but now I need 12hr format.... :o
Logged
“I've Reached A Turning Point In My Life. I Now Realize I Have More Yesterdays Then Tomorrows”

blgentry

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 8009
Re: Display clock (system time) in standard view
« Reply #6 on: June 23, 2017, 05:25:37 pm »

Look up at Marko's example.  Little h's are 12 hour.  Big Hs are 24 hour.

Brian.
Logged

~OHM~

  • Citizen of the Universe
  • *****
  • Posts: 1825
  • "I Don't Play The Music The Music Plays Me"
Re: Display clock (system time) in standard view
« Reply #7 on: June 23, 2017, 06:11:34 pm »

thanks Brian
Logged
“I've Reached A Turning Point In My Life. I Now Realize I Have More Yesterdays Then Tomorrows”

btomi9

  • Recent member
  • *
  • Posts: 6
Re: [Feature request] Display clock (system time) in standard view
« Reply #8 on: June 23, 2017, 06:36:52 pm »

Thanks man, it worked like a charm!  8) _RESPECT_

You can do this now if you want :)

If you click on the player display bar, one of the options there is "Customise display"... click on that.
Get the expression below in there somewhere...
formatdate(now(),dddd dd MMMM yyyy)  :::  formatdate(now(),HH:mm)

I've attached a clip of mine so you can see what to expect.

You could add seconds there too if you really wanted, but, there's a caveat (isn't there always) as when playback is stopped, the display doesn't update the time in 'real time' so the seconds would just be irritating, sitting there, frozen on the last time the display updated :)
Logged

marko

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 8943
Re: Display clock (system time) in standard view
« Reply #9 on: June 23, 2017, 07:51:02 pm »

Thanks. Glad it worked for you.

The respect though... that should go to Matt and the team for giving us the ability to put these things in place if we want to.
For some reason, some of it sticks in my head which means I can help out a bit here and there :)

-marko
Pages: [1]   Go Up