|
This applet can be use as a date object. The result is under anglo-saxon format mm/dd/yyyy.
This is an example of a form with a date field that you can update with the caldendar object. Click in the
calendar and you will see the date you choose in the entry field.
The date format chosen is "m.d.y" ( default format is "d/m/y" ).
What does this example show ?
ExempleHTML applet codeDon't forget to add the keyword MAYSCRIPT if you want the applet to update your field.
<applet
code=ccalendar.class
name=ccalendar MAYSCRIPT
width=160
height=160
id = "cal">
<param name="color_fond" value="CCCCFF">
<param name="color_case" value="C0C0FF">
<param name="color_Comment" value="AAAAFF">
<param name="color_empty" value="9090FF">
<param name="field" value="DateField">
<param name="form" value="DateForm">
<param name="format" value="m.d.y">
<param name="event_file" value="./example.evt">
</applet>
|