PHP 7.4.33
Preview: index.html Size: 671 B
/home/godevadmin/public_html/admin/calender/index.html

<!doctype html>
<html lang="en">
<head>
	<meta charset="utf-8">
	<title>jQuery UI Datepicker - Display month &amp; year menus</title>
	<link rel="stylesheet" href="css/jquery-ui.css">
	<script src="js/jquery-1.9.1.js"></script>
	<script src="js/jquery-ui.js"></script>
	
	<script>
	$(function() {
		$( "#datepicker" ).datepicker({
			changeMonth: true,
			changeYear: true,
			yearRange:'1950:2014'
		});
	});
	</script>
    <style>
    body {
	font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
	font-size: 62.5%;
}
    </style>
</head>
<body>

<p>Date: <input type="text" id="datepicker"></p>


</body>
</html>

Directory Contents

Dirs: 2 × Files: 1

Name Size Perms Modified Actions
css DIR
- drwxrwxr-x 2023-11-07 19:59:46
Edit Download
js DIR
- drwxrwxr-x 2023-11-07 19:59:46
Edit Download
671 B lrwxrwxr-x 2023-11-07 19:59:46
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).