css Selector
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<link rel="stylesheet" href="testexcs.css">
<style>
.testclass2{
color: blue;
}
h1{
color: #0c5460;
font-family: cursive;
}
#ht {
color: #53f816;
font-family: "Playfair Display", Georgia, "Times New Roman", serif;
}
p{
color: #00aa88;
}
*{
color: red;
}
</style>
</head>
<body>
<h1 >Computer</h1>
<h1 id="ht">Computer2</h1>
<h1 >Computer</h1>
<h1 >Computer</h1>
<p>
02-May-2012 — Date sqlStartDate = new java.sql.Date(date.getTime());. when i used the above code and run that. I got the following output.
5 answers
·
Top answer:
mm is minutes. You want MM for months: SimpleDateFormat sdf1 = new02-May-2012 — Date sqlStartDate = new java.sql.Date(date.getTime());. when i used the above code and run that. I got the following output.
5 answers
·
Top answer:
mm is minutes. You want MM for months: SimpleDateFormat sdf1 = new02-May-2012 — Date sqlStartDate = new java.sql.Date(date.getTime());. when i used the above code and run that. I got the following output.
5 answers
·
Top answer:
mm is minutes. You want MM for months: SimpleDateFormat sdf1 = new02-May-2012 — Date sqlStartDate = new java.sql.Date(date.getTime());. when i used the above code and run that. I got the following output.
5 answers
·
Top answer:
mm is minutes. You want MM for months: SimpleDateFormat sdf1 = new
</p>
</body>
</html>
Comments
Post a Comment