Wallpaper Engine

Wallpaper Engine

Perfect Wallpaper-完美壁纸【落樱粒子+多风格动态音频响应+自定义+幻灯片+视频壁纸】-steam独此一家
Eliza ツ 12 ABR 2018 a las 18:04
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 :)
< >
Mostrando 1-2 de 2 comentarios
Sangho 18 ABR 2018 a las 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
Última edición por Sangho; 18 ABR 2018 a las 8:15
Eliza ツ 18 ABR 2018 a las 8:36 
Publicado originalmente por 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 :)
< >
Mostrando 1-2 de 2 comentarios
Por página: 1530 50