コード例 #1
0
ファイル: topchart.php プロジェクト: hastapasta/financereport
</style>


<?php 
IncFunc::jQuery();
IncFunc::jQueryDatePicker();
IncFunc::generalDateFunctions();
?>

<script>

	<?php 
IncFunc::googleTableWorkaround();
?>
	<?php 
IncFunc::mobileCompatibility();
?>


	<?php 
IncFunc::jqueryTimeFrameNew();
?>
   
	$(document).ready(function() {
		$(".AnyTime-win").css("z-index",'999');
		$( "input:button").button();
		$( "input:button").css("padding",0);
		
		var oneDay = 24*60*60*1000;
		var td = new Date();
		td.setDate(td.getDate() - 1);