Ok I use this skin, http://www.virtualdj.com/addons/8465/Vinyl_scratch_video.html, anyways it has clocks in the corners but they are in 24hour format. I would like them to be in the standard 12 hour format. I have found the clocks in the XML but I'm not sure what to write in there??
Thanks for your time
Huey
Thanks for your time
Huey
geposted Sun 16 May 10 @ 11:04 am
"%hour" - for 24 hour clock
"%hour12" - for am/pm format
"%hour12" - for am/pm format
geposted Sun 16 May 10 @ 11:06 am
WOW HOMIE your fast!! Lol!! Thanks I'll try it.
geposted Sun 16 May 10 @ 11:07 am
Hmmm.......I must not be putting it in the right place, could someone show me where?? And this is what it looks like,
--- Clock ---
<button pannel="Clock24" action="skin_pannel 'Clock12' on">
<tooltip>Click here to show the clock on a 12h basis</tooltip>
<pos x="37" y="13"/>
<size width="57" height="15"/>
</button>
<button pannel="Clock12" action="skin_pannel 'Clock24' on">
<tooltip>Click here to show the clock on a 24h basis</tooltip>
<pos x="37" y="13"/>
<size width="57" height="15"/>
</button>
Is this even the right part?
Thanks for your help
Huey
--- Clock ---
<button pannel="Clock24" action="skin_pannel 'Clock12' on">
<tooltip>Click here to show the clock on a 12h basis</tooltip>
<pos x="37" y="13"/>
<size width="57" height="15"/>
</button>
<button pannel="Clock12" action="skin_pannel 'Clock24' on">
<tooltip>Click here to show the clock on a 24h basis</tooltip>
<pos x="37" y="13"/>
<size width="57" height="15"/>
</button>
Is this even the right part?
Thanks for your help
Huey
geposted Sun 16 May 10 @ 2:07 pm
No, this isnt the right part.
You need to find the textzone with the time in.
You need to find the textzone with the time in.
geposted Sun 16 May 10 @ 2:25 pm
Hey bro thanks I found it.
geposted Sun 16 May 10 @ 2:55 pm