• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
NSTimestampFormatter DECREMENTING 'day' on each pass
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Prev by Date: Re: WebObjects Licensing
  • Next by Date: RE: NSTimestampFormatter DECREMENTING 'day' on each pass
  • Previous by thread: Re: WebObjects Licensing
  • Next by thread: RE: NSTimestampFormatter DECREMENTING 'day' on each pass
  • Index(es):
    • Date
    • Thread