[PHP] pobierz, plaintext $timestamp = '1213281448';echo date('m/Y', $timestamp)."\n";while(date('m/Y', $timestamp) != date('m/Y')) {$timestamp = strtotime('+1 month', $timestamp);echo date('m/Y', $timestamp)."\n";}[PHP] pobierz, plaintext