NSTimestampFormatter DECREMENTING 'day' on each pass
NSTimestampFormatter DECREMENTING 'day' on each pass
- Subject: NSTimestampFormatter DECREMENTING 'day' on each pass
- From: WebObjects <email@hidden>
- Date: Mon, 15 May 2006 14:01:51 -0700
- Thread-topic: NSTimestampFormatter DECREMENTING 'day' on each pass
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@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden