Eichenberger
Eichenberger
Hi, If you want I can help you for this. Do you already have an Idea?
$.writeln($.locale) today = { en: "Today is %1/%2", de: "Heute ist der %2.%1.", fr: "aujourd'hui nous sommes le %1, %2" }; d = new Date(); alert (localize (today, d.getMonth()+1, d.getDate()));
Hi WaterlooSunset, This is done now. I just added a new branch. By the way I added you username to our contributor. Feel free to contribute to this library. For...