you can change it so that it is like 2/22/2008 when you look at the code under the time it looks something like this now
Quote:
<!-- Date/Time Plugin -->
<plugin file="sysplug.dll" clsid="{E09043DF-510E-4841-B652-388316977A7A}" height="30">
<clock>
<time font-weight="bold" font-size="30" bgtext="transparent" halign="center" fgcolor="#ffffff" x="-88" y="2" w="320"/>
<date font-weight="bold" fgcolor="#ffffff" font-size="14" halign="center" mode="long" x="88" y="11" w="320"/>
</clock>
</plugin>
|
where I bolded the word long, change that to short and it will just display the numbers dont forget to change the size to make it bigger I have bolded the 14 but I know you already know where that is, and lastly I would sugest changing the y value which is how far up or down in the plugin it is displayed (it is the 11 that I bolded) If you want to display it the same size as the time change the fon-size to 30, the mode to short and the y to 2 ~ellie