i have a table named hello dot sqlite. It had a column with data type INTDATE and it contains value 635256000000000000. Now i want to insert this date into my core data so i must convert it into NSData. I have tried this Objective-C and sqlite's DATETIME type
sqlite datetime data type with iphone NSdate? i followed this too but didn't get it.
Am getting this table from server, so am maintaining it in local core data. Am having trouble in storing this INTDATE value into a NSDate object.
but didn't work. Do any body know how to convert it ?