Ratings | | Unique User Downloads | | Download Rankings |
Not enough user ratings | | Total: 305 | | All time: 7,353 This week: 124 |
Recommendations
Example
<?
date_default_timezone_set('Europe/Zagreb');
require_once('inc/TDLinc.php');
require_once('calendar.php');
include_once('inc/AClass.inc');
$LG="EN";
//Possible choice of different styles
$jss="Dummy1";
//Possible connection with date record
$Aid=0;
//Possible choice of different javascript code
$st="Dummy2";
$bo="Fo();";
$a = new calW($Aid,'Wz(this, 1)','Wz(this)','Zw(this)','Zw(this,2)',' Nn(this)',$jss,$bo,$st,false,"00011111110000000000000000000000");
print('<table cellSpacing="0" cellPadding="0" width="520" align="center" bgColor="#ffffff" border="0" >');
print('<tr><td width="520" align="center">');
AdminDropovi("action='showMeTimeRange.php' method='post'", $Aid, $Dda[$LG],$Doa[$LG]);
print('</td></tr></table>');
print('<table cellSpacing="0" cellPadding="0" width="520" align="center" bgColor="#ffffff" border="0" >');
print('<tr><td width="520" align="center">');
print('<input type="hidden" name="Aid" value="'.$Aid.'">');
print('<p align="center"><b>'.$Dnt[$LG].'</b><input type="submit" class="butt" value="Submit"></p></td></tr></form></table>');
print('<br>');
print("</body></html>");
?>
|
Details
BookingCalendar
Beyond basic functionality of keeping and presenting bookings, this calendar could be used as visualize tool for some date range.
Long date ranges
It remembers long date ranges acros several months:

Half day mark
Because apartments guests mostly come in the noon and leave also in the middle of the day, calendar shows half of day green and another half red,depends does guest come or go:

Drop down modify range
Drop-downs are automatically settled after user choose date rank by mouse in calendar. But they could modify selected range:

Calendar adjusts itself
After second drop event calendar adjusts itself:
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.