Sayfada Tarih

  • November 2019
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Sayfada Tarih as PDF for free.

More details

  • Words: 100
  • Pages: 1
<script language="javascript"> 0) date.settime(date.gettime() - skew);} function getstring(date) {var months = new makearray("ocak", "subat", "mart", "nisan", "mayis", "haziran", "temmuz", "agustos", "eyl�l", "ekim", "kasim", "aralik"); var days = new makearray("pazar", "pazartesi", "sali", "�arsamba", "persembe", "cuma", "cumartesi"); return date.getdate() + " " + months[date.getmonth()] + " " + (date.getyear())+ ", " + (days[date.getday()]);} var cur = new date(); fixdate(cur); var str = getstring(cur); document.write(str); // -->

Related Documents