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

Thread: CSS Javascript Calendar Reply to Thread
Your Username: Click here to log in
Title:
  
Message:
Trackback:
Send Trackbacks to (Separate multiple URLs with spaces) :
Post Icons
You may choose an icon for your message from the following list:
 

Additional Options
Miscellaneous Options

Topic Review (Newest First)
February 4th, 2013 02:34 PM
prince karak
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>
February 1st, 2013 09:24 AM
nrajwq
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.

Posting Rules
You may post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


All times are GMT +5.5. The time now is 10:09 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.