Current Date

X-Application Version: 3.1.3
Tamino Version : 3.1.1
Platform : Win2k
WebContainer : Tomcat 3.3
JDK Version : 1.3.1
Hi
Does X-application have any environmet variable that gives the current date ?

LOVE

Hi,

we don’t have an environment variable retrieving the current date.

It is quite simple to include in your JSP-Pages directly by a small piece of Java Code.

Suns Java-API-Documentation gives you a good hint how to implement it.
Please have a look on Class ‘DateFormat’.

The API-Doc describes how to use and how to format your Date.

As your choice, you are also able to realize it with a X-Application Plugin.

Bye
Thorsten