date

problems with iphone code to check server file date

I want to check the dates on files -- zip, jpg, or whatever -- on my server and, if they are newer than the copies on my iPhone, to download them. I wrote the following method based on a post here that's about a year old. It has two problems: + (NSString *) f_GetServerFileDate:(NSString *)MyURL { NSURL *oURL = [NSURL URLWithString:...