I have a field for "date of birth" with uses the following formatter
(below). If I make a new entry, ie. "02/13/1913" everything works fine.
However, when I resubmit the form, not changing the value (perhaps to change
other values) the date mysteriously decrements, do the example below will
become "02/12/1913".
clueless,
-Bill
protected static final dateFormatter = new NSTimestampFormatter("%m/%d/%Y");
public NSTimestampFormatter dateFormatter() {
return Application.dateFormatter;
}
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [email protected]