• 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 error?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

nstimestampformatter error?


  • Subject: nstimestampformatter error?
  • From: James Cicenia <email@hidden>
  • Date: Sat, 30 Oct 2010 13:50:35 -0500

Hello -

Here is the code:

weekStart = beginDate.timestampByAddingGregorianUnits(0,0,(k*7),0,0,0);
weekAfterStart = beginDate.timestampByAddingGregorianUnits(0,0,((k+1)*7),0,0,0);


System.out.println("weekStart = "+weekStart);
System.out.println("weekAfterStart = "+weekAfterStart);
System.out.println("converted weekAfterStart = "+TOSUtilities.formatTimestampToDay(weekAfterStart));

OUTPUTS:

weekStart = 2010-11-01 05:00:00 Etc/GMT
weekAfterStart = 2010-11-08 05:00:00 Etc/GMT
convertedWeekAfterStart = 11/07/10  <<=========== wrong?! 

Thanks
James
 _______________________________________________
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

  • Follow-Ups:
    • Re: nstimestampformatter error?
      • From: Ramsey Lee Gurley <email@hidden>
    • Re: nstimestampformatter error?
      • From: Chuck Hill <email@hidden>
  • Prev by Date: Re: entity modeler settings?
  • Next by Date: Re: nstimestampformatter error?
  • Previous by thread: Re: entity modeler settings?
  • Next by thread: Re: nstimestampformatter error?
  • Index(es):
    • Date
    • Thread