8 Posted Topics
Hi All We found many Calendar, which are fine what we need is only show date in season like **25-12-2012 to 15-01-2013** and date we allow to use to select, like if we say available **26-dec and 10-jan** all the can do is select the date fr calender Please help … ![]() | |
Hi Friends <script type="text/javascript"> $(window).ready(function(){ $("#calendar").smoothPhpCalendar({minimumDate : new Date('01-12-2016')}); }); </script> can can i set min and max on this calander. please advise ![]() | |
Hi, found this code work fine how can we update code, the code is below <script type="text/javascript"> var cal_1 = new Calendar({ element: 'inlineCalendar', inline: true, months: 3, dateFormat: 'm/d/Y', o nSelect: function (element, selectedDate, date, cell) { //do something } }); </script> [[Click Here](null)](http://code.google.com/p/calendarjs/) what we need is, only … | |
Hi All, we need PHP season date calender, which mean if we enter like 25-DEC-12-25-APR-13 the calender only alow user to pick date from the season date only. please give example link, or full code, thanks ![]() | |
Hi All, i found this code which is ok but i need this to highlight whole line in colour, for example like: *1. Mr Johan call in office on sunday* *2. No More call to johan* *3. Johan has Paid All* I am telling the script to start from star … ![]() | |
how can we make Function in php this is the line to be read = 'i am going to [USA]' only required the USA to be print nothing else Please help ![]() | |
Please advice, how to writing code in php , only echo letter that between [ ] , like we are going to [uk] echo uk ![]() | |
Re: <?php session_start(); if ($_SESSION['username']) echo ""; else die("You are not Authorise to view this page at this time. <a href='url'>Please Click Here</a> to return to Main Login."); ?> to start session |
The End.