Skip to content

Commit

Permalink
date of today
Browse files Browse the repository at this point in the history
  • Loading branch information
hanjoosten committed Dec 26, 2023
1 parent 443ca78 commit e543122
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion slides/pre.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,25 @@
<link rel="stylesheet" type="text/css" href="style.css" />
<script src="http://www.w3.org/Talks/Tools/Slidy2/scripts/slidy.js.gz"
charset="utf-8" type="text/javascript"></script>
<script>
// Get the current date
var currentDate = new Date();

// Format the date as a string
var dateString = currentDate.toDateString();

// Display the date in the HTML page
document.getElementById('currentDate').innerText = dateString;
</script>

</head>
<body>
<div class="slide titlepage">
<h1 class="title">Functioneel Programmeren met Haskell</h1>
<p class="author">Han Joosten</p>
<p class="github">Github: hanjoosten</p>
<p class="email">han.joosten@ordina.nl</p>
<p class="date">19 Juli 2017</p>
<p class="date">id="currentDate"</p>
<p></p>
<p class="github">Slides: <a href="http://hanjoosten.github.io/HaskellWorkshop">http://hanjoosten.github.io/HaskellWorkshop</a></p>
</div>

0 comments on commit e543122

Please sign in to comment.