Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post May 31, 2012 08:51 AM by Catherine Shan - MSFT
Member
4 Points
40 Posts
May 25, 2012 08:34 PM|LINK
Hi,
I am looking on the internet for a simple javascript calendar (without popup), but all I found is popup javascript calendar.
Is there any websites that offer this tool?
468 Points
214 Posts
May 25, 2012 08:42 PM|LINK
see this jquery calender ... http://docs.jquery.com/UI/Datepicker
test the following calender if you like it and want to browser its option go to the above link
<!DOCTYPE html> <html> <head> <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script> <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script> <script> $(document).ready(function() { $("#datepicker").datepicker(); }); </script> </head> <body style="font-size:62.5%;"> <div id="datepicker"></div> </body> </html>
May 25, 2012 09:25 PM|LINK
Sorry, I have forgot to mension without any datepicker, just needed simple table showing the days of the month and the current date.
All-Star
95503 Points
14106 Posts
May 26, 2012 05:33 AM|LINK
inline jquery DatePicker- http://stackoverflow.com/questions/9217666/jquery-ui-datepicker-can-i-make-it-static
Thanks,
23382 Points
2490 Posts
Microsoft
May 31, 2012 08:51 AM|LINK
You could use ajax control toolkit Calendar to do that. For more details, please refer to: http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/Calendar/Calendar.aspx and http://www.asp.net/ajaxlibrary/act_Calendar.ashx .
Best wishes,
Nuha_IT
Member
4 Points
40 Posts
Javascript Calendar without popup
May 25, 2012 08:34 PM|LINK
Hi,
I am looking on the internet for a simple javascript calendar (without popup), but all I found is popup javascript calendar.
Is there any websites that offer this tool?
newbiefreak
Member
468 Points
214 Posts
Re: Javascript Calendar without popup
May 25, 2012 08:42 PM|LINK
see this jquery calender ... http://docs.jquery.com/UI/Datepicker
test the following calender if you like it and want to browser its option go to the above link
<!DOCTYPE html> <html> <head> <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script> <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script> <script> $(document).ready(function() { $("#datepicker").datepicker(); }); </script> </head> <body style="font-size:62.5%;"> <div id="datepicker"></div> </body> </html>Nuha_IT
Member
4 Points
40 Posts
Re: Javascript Calendar without popup
May 25, 2012 09:25 PM|LINK
Sorry, I have forgot to mension without any datepicker, just needed simple table showing the days of the month and the current date.
ramiramilu
All-Star
95503 Points
14106 Posts
Re: Javascript Calendar without popup
May 26, 2012 05:33 AM|LINK
inline jquery DatePicker- http://stackoverflow.com/questions/9217666/jquery-ui-datepicker-can-i-make-it-static
Thanks,
JumpStart
Catherine Sh...
All-Star
23382 Points
2490 Posts
Microsoft
Re: Javascript Calendar without popup
May 31, 2012 08:51 AM|LINK
Hi,
You could use ajax control toolkit Calendar to do that. For more details, please refer to: http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/Calendar/Calendar.aspx and http://www.asp.net/ajaxlibrary/act_Calendar.ashx .
Best wishes,
Feedback to us
Develop and promote your apps in Windows Store