bugGNUstep - Bugs: bug #8893, GSWTextField does not handle...

Group
 
 

bug #8893: GSWTextField does not handle dateFormat attribute

Submitter:  Simon Stapleton <tufty>
Submitted:  Wed 12 May 2004 08:13:33 AM UTC
   
 
Category:  gsweb Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Bug
Status:  None Privacy:  Public
Assigned to:  mguesdon Open/Closed:  Closed
* Mandatory Fields

Post a Comment

Add a New Comment Rich Markup
   

Discussion

Fri 14 May 2004 11:13:44 AM UTC, comment #1: 

use dateformat (lowercase 'f ').
Anyway, I add an alt key with upercase F.


Manuel Guesdon <mguesdon>
Group Member
Wed 12 May 2004 08:13:33 AM UTC, original submission:  

Date formatting with a TextField should be doable either by binding dateFormat or formatter.  As it stands, it seems the only one that works is to use fomatter.  for example:

DateField : GSWTextField {
  value = myDate;
  dateFormat = "%Y";
}

should allow me to only enter 4 digit years, but instead produces this HTML:

<INPUT ... dateFormat="%Y" >

Simon Stapleton <tufty>

 

Attached Files

This item currently has no attached files.

(Note: upload size limit is set to 4.0MiB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

 

Dependencies

This item does not depend on any other items.

No items depend on this one.

 

Mail Notification Carbon-Copy List

 

Votes

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

History

Follow 3 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-05-22 FredKiefer Open/ClosedDeclined Closed
2004-05-14 mguesdon Open/ClosedOpen Declined
2004-05-14 mguesdon Assigned toNone mguesdon

Back to the top

Powered by Savane 3.16-ed84.
Corresponding source code