Hi,
Please let me know whether we can enter different date formats like
01/12/2011, 01-12-2011 in the same datefield. How to implement it?
Thanks.
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Entering-different-date-formats-in-the-same-datefield-tp4973476p4973476
You could do something like the following.
in the HTML add a drop down list
Military- 01/16/2006 13:01:32
Standard -01/16/2006 1:32:10 pm
Year First 2006-01-16
this would give the user a day format they would like to use. The value
would be the date format you stick into the SimpleDateForm.
can you also give some help on the html page and the page file. thanks a lot.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
eJobSeekingQuestion(
boolean userNeedsToUpdateJobSeekingQuestion) {
this.userNeedsToUpdateJobSeekingQuestion =
userNeedsToUpdateJobSeekingQuestion;
}
}
-Original Message-
From: Peter Dawn [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 13, 2006 6:06 PM
To: t
guys,
i am working on a tap3 web app. i want to implement a drop down menu
with various date formats (like DDMM etc.). the user selects one,
clicks on submit and the system uses this date format everytime now.
i am currently working on the drop down page. can somebody help me out
with the