nsdate

    1熱度

    1回答

    請幫我... 我存儲當前系統日期中的變量myDate即myDate = 11 Nov 2017 現在我想最後一個/上n日期從myDate。 例如: -n = 7 myDate - 7 => 05 Nov 17 現在,這裏我得到日期1(currentDate) = 11 November 17 & & date2的(previous n date) = 05 November 17 我從我的核心數據

    0熱度

    1回答

    當我將設備時間更改爲24小時格式時,NSDate變爲零。 NSString *stampStr = @"10/6/2017 8:57:44 AM"; NSDateFormatter *oldFormatter = [NSDateFormatter new]; [oldFormatter setDateFormat:@"MM/dd/yyyy hh:mm:ss a"]; NSTimeZone *

    -2熱度

    1回答

    我得到了一個名爲錯誤: Binary operator '<=' cannot be applied to operands of type 'Int?' and 'Int' 在線:if differenceOfDate.second <= 0能有人請幫助! let fromDate = Date(timeIntervalSince1970: TimeInterval(truncating: po

    1熱度

    1回答

    在某些情況下,我得到currentDateString爲零。我的應用程序處於活動狀態,因此無法找到確切的方案。 NSDate *currentDate = [NSDate date]; NSCalendar *myCalendar = [[NSCalendar alloc] initWithCalendarIdentifier:NSCalendarIdentifierGregorian]; N

    0熱度

    2回答

    我從我的目標c應用程序中讀取我iPhone的健康值。 我只需要閱讀最近10天,但我無法做一個查詢來做到這一點。 我試圖用這個代碼添加到謂詞查詢: NSPredicate *explicitforDay = [NSPredicate predicateWithFormat:@"%K >= %@ AND %K <= %@", HKPredicateKeyPathDateComponents, st

    0熱度

    1回答

    我使用collectionView創建了一個日曆...到目前爲止,我完全獲得了所有WEEKDAY,但是我遇到了編號日期的問題。 collectionView總是會返回我31天而不檢查該月是否包含30天或31天..我錯在哪裏?注意力不集中的錯誤?你可以幫我嗎?這是代碼,我用它來獲取日曆 +(NSInteger)dayOfMonthFromDate:(NSDate *)date { NSCa

    1熱度

    2回答

    我想創建一個將日期轉換成文本格式,如「剛纔,2分鐘,1小時,1天,10月10日」的功能。這裏就是我在得到一個錯誤,我的示例代碼: let components = cal.components([.Day,.Hour,.Minute], fromDate: date, toDate: NSDate(), options:[]) 這裏是我的全碼: func getTextToDisplayFor

    0熱度

    2回答

    因此,目前我有這個擴展名格式化返回:16/10/17 08:37:50 GMT但我需要16/10/17 08:37:50 PM UTC UTC附加到nsdate。我怎樣才能做到這一點? 以下是我的代碼: extension Formatter { static let iso8601: DateFormatter = { let formatter = DateFormatter()

    -1熱度

    1回答

    我想任何時間轉換,UTC ,, GMT + 2 ..等等,什麼都只是北京時間 我想這個代碼,但沒有成功 let date = Date() let formatter = DateFormatter() formatter.dateFormat = "yyyy-MM-dd HH:mm:ss Z" formatter.timeZone = TimeZone.c

    -1熱度

    2回答

    我是iOS開發新手,作爲一名Android開發人員,我曾經使用過一個對象,該對象使用給定時區(來自Joda-Time庫)保存日期時間。 在閱讀關於日期和時間的iOS文檔(https://developer.apple.com/documentation/foundation/dates_and_times)之後,我仍然懷疑應該使用哪個類來保存日期。鑑於Date/NSDate類描述「一個特定的時間點