Sign In:     


Forum: Old versions

Topic: Virtual DJ Clock/Time

This topic is old and might contain outdated or incorrect information.

Alright, This may seem like an extremely minor problem/whatever.. But I was just wondering if there was a way I can change the clock on virtual dj from military time to standard? I've looked everywhere in VDJ (I think) and I just can't seem to find anything anywhere.


Thanks in advance!
 

Posted Mon 24 Nov 08 @ 4:03 am
you have to change that in the skin's .xml file.

Replace the format="%fulhour" line with format="%hour12"
(or the other way around, depends on which one you have).
 

This post brings up a question I had. How do you change vdj to show time remaining on a track instead of time elapsed?
 

dj_crossfade513 wrote :
This post brings up a question I had. How do you change vdj to show time remaining on a track instead of time elapsed?


replace format="%Pspent" line with format="%Pleft"

If you want it to change on clicking the text, use such lines:

<text font="LCD" size="22" color="#FF7F7F"  align="center" format="%Pspent"/> 
<text2 font="LCD" size="22" color="#FF7F7F" align="center" format="%Pleft"/>


You can refer to the skin SDK topic or check the DjFormat's Mix Lab skin,
which has a variety of functions implemented.
 

Thanks a lot for the quick replies! Perfect answer, it worked perfectly!

dj_crossfade513 wrote :
This post brings up a question I had. How do you change vdj to show time remaining on a track instead of time elapsed?


Crossfade, I may have an easier answer for you.. On most of the VDJ skins I have used, Including my current.. All you have to do is click on the time of the track, and it will automatically switch from Elapsed to Remaining. Hope this helps.
 



(Old topics and forums are automatically closed)