kodun resmi şu;
http://i.imgur.com/1Rp9554.png
şuanki zamanı yazdırtmak için tam anlamadımda sanırım disabledate disabletime kullanılıyor, peki ben tam 30 gün sonrasını yazdırtmak istersem ne yapıcam? varmı bunun bir çözümü?
sayfayı açtığında o anki saati yazan yere 1 ay sonrası yazdırtmak istiyorum |
6 Mesajlar | 1.266 Okunma |
<script>
var d = new Date();
d.setMonth( d.getMonth() + 1 ); // +1 ay
</script>
<script>
var d = new Date();
d.setMonth( d.getDate() + 30 ); // +30 gün
</script>
<script>
var d = new Date();
d.setMonth( d.getMonth() + 1 ); // +1 ay
</script>
<script>
var d = new Date();
d.setMonth( d.getDate() + 30 ); // +30 gün
</script>
<script>
$(function() {
var d = new Date();
d.setMonth( d.getMonth() + 1 ); // +1 ay
$("#birAySonra").val(d.toDateString());
});
</script>
den önceye ekle
<script>
$(function() {
var d = new Date();
d.setMonth( d.getMonth() + 1 ); // +1 ay
$("#birAySonra").val(d.toDateString());
});
</script>
CCProxy Account Manager
CCProxy Account Manager
Username
Enabled
Password
IP Address
MAC Address
Connections
Bandwidth
Auto disable at
Total connections in account/Total users in account - $totalconn/$totaluser
Total connections online/Total users online - $totalactiveconn/$totalactiveuser
Total bandwidth - $totalbandwidth
Server Time: $disabledate $disabletime
>