Entering different date formats in the same datefield

2011-11-07 Thread psur
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

Re: Date formats

2006-09-15 Thread Ed Ross
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.

Re: Date formats

2006-09-14 Thread Peter Dawn
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]

RE: Date formats

2006-09-14 Thread Skriloff, Nicholas
eJobSeekingQuestion( boolean userNeedsToUpdateJobSeekingQuestion) { this.userNeedsToUpdateJobSeekingQuestion = userNeedsToUpdateJobSeekingQuestion; } } -Original Message- From: Peter Dawn [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 13, 2006 6:06 PM To: t

Date formats

2006-09-13 Thread Peter Dawn
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