Skip to content

Instantly share code, notes, and snippets.

@momin-riyadh
Forked from anonymous/index.html
Created October 25, 2015 13:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save momin-riyadh/1f426290c30c3c905c29 to your computer and use it in GitHub Desktop.
Save momin-riyadh/1f426290c30c3c905c29 to your computer and use it in GitHub Desktop.
JS Bin // source https://jsbin.com/duyawu
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
<style id="jsbin-css">
.date{
background: #8c8c8c;
padding: 5px;
margin-top: 10px;
display: block;
color:white;
font-weight:bold;
}
</style>
</head>
<body>
<p>Today Is :<br><span class="date"></span></p>
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<script id="jsbin-javascript">
var time = new Date();
date = time.getDate();
month = time.getMonth();
year = time.getFullYear();
watch =time.getTime();
$(function(){
$('.date').text(date + " - " + month + " - " + year);
});
</script>
<script id="jsbin-source-css" type="text/css">.date{
background: #8c8c8c;
padding: 5px;
margin-top: 10px;
display: block;
color:white;
font-weight:bold;
}</script>
<script id="jsbin-source-javascript" type="text/javascript">var time = new Date();
date = time.getDate();
month = time.getMonth();
year = time.getFullYear();
watch =time.getTime();
$(function(){
$('.date').text(date + " - " + month + " - " + year);
});
</script></body>
</html>
.date{
background: #8c8c8c;
padding: 5px;
margin-top: 10px;
display: block;
color:white;
font-weight:bold;
}
var time = new Date();
date = time.getDate();
month = time.getMonth();
year = time.getFullYear();
watch =time.getTime();
$(function(){
$('.date').text(date + " - " + month + " - " + year);
});
Copy link

ghost commented Oct 25, 2015

Do they need to delete certain lines within their code, or entire files? Of course, we understand that in some cases, all of a user's content may be alleged to infringe and there's nothing they could do short of deleting it all.?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment