Go Back   2023 2024 Courses.Ind.In > Main Category > Main Forum

  #1  
Old February 1st, 2013, 09:24 AM
nrajwq
Guest
 
Default CSS Javascript Calendar

How I can create the css javascript calendar please give me infa about this and tell me how I get this on any website and give me some names of the websites from which I can get more information about this please tell me and also tell me about its official website.
Reply With Quote Quick reply to this message
  #2  
Old February 4th, 2013, 02:34 PM
Super Moderator
 
Join Date: Aug 2012
Default Re: CSS Javascript Calendar

You were searching hoe to make CSS java script Calendar, for making this calendar follow some steps:

Step 1:
Insert the following codes into the HEAD section of your webpage:
style type="text/css">
.main {
width:200px;
border:1px solid black;
}
.month {
background-color:black;
font:bold 12px verdana;
color:white;
}
daysofweek {
background-color:gray;
font:bold 12px verdana;
color:white;
}
.days {
font-size: 12px;
font-family:verdana;
color:black;
background-color: lightyellow;
padding: 2px;
}
.days #today{
font-weight: bold;
color: red;
}
</style>
<script type="text/javascript" src="basiccalendar.js"></script>

Step 2 download the Basic calendar

Step 3:
Finally, insert the below script where you wish the calendar to appear on your page:

<script type="text/javascript">

var todaydate=new Date()
var curmonth=todaydate.getMonth()+1 //get current month (1-12)
var curyear=todaydate.getFullYear() //get current year

document.write(buildCal(curmonth ,curyear, "main", "month", "daysofweek", "days", 1));
</script>
Reply With Quote Quick reply to this message
Reply
Similar Threads
Thread
MSU Baroda Academic Calendar
WTAMU University Calendar
SSC Stenographer Calendar
PTU Holiday Calendar
Vyapam Calendar
NITRR Calendar
academic calendar of nit jamshedpur
iim bangalore mdp calendar-14
ssc calendar-15
iith academic calendar
VTU calendar of the year
academic calendar of sliet
academic calendar iimk
kslu calendar
nift academic calendar
ongc academy training calendar
rtu holiday calendar
JNTU Kakinada Academic Calendar For
Kerala PSC Calendar February
CCSU Calendar of Events


Quick Reply
Your Username: Click here to log in

Message:
Options



All times are GMT +5.5. The time now is 06:13 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Search Engine Friendly URLs by vBSEO 3.6.1
vBulletin Optimisation provided by vB Optimise (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.