hai friends,
Im using the class "DateField" which is in " java.util.Date" package.
like:
public DateField dob=new DateField("DOB",DateField.DATE);
Its working fine and its displaying the date as in the following format.
Thu sep 15:00:00:00 UTC 2005
But Can you plz tell me how to change this formate and to initialise this "dob" with a default value.
thanks in advance.
regards,
yafy.

Reply With Quote

