Wallpaper Engine

Wallpaper Engine

Perfect Wallpaper-完美壁纸【落樱粒子+多风格动态音频响应+自定义+幻灯片+视频壁纸】-steam独此一家
How to make date DD/MM/YYYY [EN]
Hey I love this Wallpaper, does anyone know how I can make the date format DD/MM/YYYY? I'm from the UK and that's how we write it, all the formats I see have the month first. Thanks :)
< >
Se afișează 1-2 din 2 comentarii
Sangho 18 apr. 2018 la 8:14 
There is no built in option but if you go to where the files are located, you can open the js folder and edit the time file to make it work.

For example you can go to this line of code (line193):
case 27://MM.DD.YYYY
oDate.innerHTML = "<span class='sec'>" + (t.getMonth()+1) + "." + t.getDate() + "." + t.getFullYear() + "</span>";

and change around the getDate and getMonth parts, then select the mm.dd.yyyy in the wallpaper settings and it will display as dd.mm.yyyy
Editat ultima dată de Sangho; 18 apr. 2018 la 8:15
Postat inițial de Sangho:
There is no built in option but if you go to where the files are located, you can open the js folder and edit the time file to make it work.

For example you can go to this line of code (line193):
case 27://MM.DD.YYYY
oDate.innerHTML = "<span class='sec'>" + (t.getMonth()+1) + "." + t.getDate() + "." + t.getFullYear() + "</span>";

and change around the getDate and getMonth parts, then select the mm.dd.yyyy in the wallpaper settings and it will display as dd.mm.yyyy
Thanks so much this worked, was easier than I expected :)
< >
Se afișează 1-2 din 2 comentarii
Per pagină: 1530 50