Witam,
mam pewną date w formacie timestamp i chciałbym ją wyświetlić w formacie d.F.Y - G:i:s ale aby zamiast np. "October" wyświetliło się "październik"
Jak to zrobić ?
Pozdrawiam.
<?php ."<!-- // Array ofmonth Namesn" ."var monthNames = new Array( "".STYCZEŃ."","".LUTY."","".MAREC."","".KWIECIEŃ."","".MAJ."","".CZERWIEC."","".LIPIEC."","".SIERPIEŃ."","".WRZESIEŃ."","".PAŹDZIERNIK."","".LISTOPAD."","".GRUDZIEŃ."");n" ."var now = new Date();n" ."thisYear = now.getYear();n" ."if(thisYear < 1900) {thisYear += 1900}; // corrections if Y2K display problemn" ."document.write(now.getDate() + " " + monthNames[now.getMonth()] + " " + thisYear);n" ."// -->nn" ."</script></b> n" ?>