Re: Good and handy NSTimestamp utilites...
Re: Good and handy NSTimestamp utilites...
- Subject: Re: Good and handy NSTimestamp utilites...
- From: Nathan Walker <email@hidden>
- Date: Sun, 2 Oct 2005 23:46:10 -0400
gee, that's exactly what I was needing ! Thanks Greg! Sometimes my
brain meshes when looking through the API's.
On Oct 2, 2005, at 11:42 PM, Greg wrote:
Have you looked at wonders ERXTimestampUtlitity and
ERXTimestampUtilities, although they don't have exactly what you
are after you could roll your own
public static NSTimestamp dateWithDaysApart(NSTimestamp from, int
days) {
return from.timestampByAddingGregorianUnits(0,0,days,0,0,0);
}
On 03/10/2005, at 1:16 PM, Nathan Walker wrote:
can anybody point me to some very handy NSTimestamp utilites that
would allow me to easily generate like a date that is say 15 days
in advance of a specified date or maybe 30 days in advance of a
specified date. Some utility with an easy straight-forward API?
Is there a library I am missing out of? There's got to be the
ultimate date handling library out there...
nathan
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40framedphotographics.com
This email sent to email@hidden
_______________________________________________
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