25
Javascript bugüne kadar önde gelen sıfırlar ekle
Bu komut dosyasını, gg / aa / yyyy biçiminde 10 gün önceden hesaplamak için oluşturdum: var MyDate = new Date(); var MyDateString = new Date(); MyDate.setDate(MyDate.getDate()+10); MyDateString = MyDate.getDate() + '/' + (MyDate.getMonth()+1) + '/' + MyDate.getFullYear(); Ben bu kurallar betiğe ekleyerek tarih ve ay bileşeni önde gelen sıfırlar ile …