summaryrefslogtreecommitdiff
path: root/sapi/servlet/date.php
diff options
context:
space:
mode:
authorSebastian Bergmann <sebastian@php.net>2003-11-17 16:48:43 +0000
committerSebastian Bergmann <sebastian@php.net>2003-11-17 16:48:43 +0000
commita10f238cb37d9246335ebafbb84f3896b07bd13b (patch)
tree8d1bde45612464c3385b43f86439e446cf4b2752 /sapi/servlet/date.php
parent6ff584e2fbf31810b8e2b2a7de9e9e701a7ec6ad (diff)
downloadphp-git-a10f238cb37d9246335ebafbb84f3896b07bd13b.tar.gz
SAPI/Servlet has been moved to PECL.
Diffstat (limited to 'sapi/servlet/date.php')
-rw-r--r--sapi/servlet/date.php28
1 files changed, 0 insertions, 28 deletions
diff --git a/sapi/servlet/date.php b/sapi/servlet/date.php
deleted file mode 100644
index 1146d31fab..0000000000
--- a/sapi/servlet/date.php
+++ /dev/null
@@ -1,28 +0,0 @@
-<html>
-<!--
- Copyright (c) 1999 The Apache Software Foundation. All rights
- reserved.
--->
-
-<body bgcolor="white">
-<?php $clock=new Java("dates.JspCalendar"); ?>
-
-<font size=4>
-<ul>
-<li> Day of month: is <?php echo $clock->dayOfMonth ?>
-<li> Year: is <?php echo $clock->year ?>
-<li> Month: is <?php echo $clock->month ?>
-<li> Time: is <?php echo $clock->time ?>
-<li> Date: is <?php echo $clock->date ?>
-<li> Day: is <?php echo $clock->day ?>
-<li> Day Of Year: is <?php echo $clock->dayOfYear ?>
-<li> Week Of Year: is <?php echo $clock->weekOfYear ?>
-<li> era: is <?php echo $clock->era ?>
-<li> DST Offset: is <?php echo $clock->dSTOffset ?>
-<li> Zone Offset: is <?php echo $clock->zoneOffset ?>
-</ul>
-</font>
-
-</body>
-</html>
-