-
Hello
It cloud be interesting to offer a builtin support for NSDate conversion. Maybe something configurable with a custom NSValueTransformer.
Your default implementation may follow RFC 3339 for exa…
ygini updated
11 years ago
-
It would be great to have a constructor that creates an NSDate object from a Dart DateTime object to make it easier to work with Apple APIs that leverage date inputs
-
-
Camembert seems to save an NSDate as a string, and when I retrieve the date from the database I expect it to be an NSDate back again, but it's not. How do I solve this problem?
-
I posted this issue on StackOverflow here (http://stackoverflow.com/questions/23207544/magicalrecord-nsdate-in-relatedbyattribute#comment35517876_23207544) and was directed to include the full details…
-
Faced with such a problem: with each operation with a base leak. Xcode Instruments indicates iActiveRecord [NSDate dateWithTimeIntervalSince1970:] and [NSDate dateWithTimeIntervalSinceNow:]
//on the …
wsnnn updated
10 years ago
-
Hi,
is there a way of setting a date formatter for parsing dates? In the JSON answer I'm getting, the dates are set as milliseconds since 1970 e.g.
```
"anniversary": 1388646266064
```
cheers
-
Apologies - very new to this and this is my first ever github input
public interface ICalendarStore
Add or change CreateEvent with 2 extra parameters
```
Task CreateEvent(string calendarId, st…
-
My understanding from the documentation of OCMapper is that if nothing is set, it should automatically map and reverse map an NSDate. But unfortunately, it doesn't. When it is mapping from object to d…
-
In 1.2.2, the library was built with a missing dependency for an NSDate interface defining an instance method, timestampInMiliseconds. The following is a temporary workaround that seems to keep it fr…