真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

IOS距離現(xiàn)在的幾分,幾個小時,幾分鐘,幾天,幾周幾月,幾年-創(chuàng)新互聯(lián)

    NSString *distanceTime = [self returnFromTheTimeOfToday:@"2016-09-29 01:45:10"];


#pragma mark 默認一分鐘有60秒,一小時就60分鐘 一天有24小時,一周有7天,一個月有30天,一年有12個月 不考慮其他的如平年2月28天,閏月29天這些情況
- (NSString *)returnFromTheTimeOfToday:(NSString *)timeStr
{
    //timeStr 字符串格式->2016-09-29 01:45:10
    NSDateFormatter *form = [[NSDateFormatter alloc] init];
    //設(shè)置時區(qū)
    form.locale = [NSLocale localeWithLocaleIdentifier:@"cn"];
    form.dateFormat = @"yyyy-MM-dd HH:mm:ss";
    NSDate *date = [form dateFromString:timeStr];
    
    //得到當前的時間差
    NSTimeInterval timeInterval = [date timeIntervalSinceNow];
    timeInterval = -timeInterval;
    //然后進行時間的比較
    if(timeInterval < 60)
    {
        return [NSString stringWithFormat:@"剛剛"];
    }
    //分鐘
    NSInteger minute = timeInterval / 60;
    if(minute < 60)
    {
        return [NSString stringWithFormat:@"%ld分鐘之前",minute];
    }
    NSInteger hours = minute / 60;
    if(hours < 24)
    {
        return [NSString stringWithFormat:@"%ld小時之前",hours];
    }
    NSInteger day = hours / 24;
    NSInteger month = day/30;
    NSInteger year = month/12;

    if(day <= 1)
    {
        form.dateFormat = @"HH:mm";
        NSString *oldtime = [form stringFromDate:date];
        return [NSString stringWithFormat:@"昨天 %@",oldtime];
    }
    if(day < 7)
    {
        return [NSString stringWithFormat:@"%ld天之前",day];
    }
    if((day/7)<4)
    {
        return [NSString stringWithFormat:@"%ld周之前",day/7];
    }
    else if(month < 12)
    {
        return [NSString stringWithFormat:@"%ld月之前",month];
    }
    else
    {
        form.dateFormat = @"yyyy-MM-dd HH:mm";
        return [NSString stringWithFormat:@"%ld年之前",year];
    }
    return nil;
    
}

在洪雅等地區(qū),都構(gòu)建了全面的區(qū)域性戰(zhàn)略布局,加強發(fā)展的系統(tǒng)性、市場前瞻性、產(chǎn)品創(chuàng)新能力,以專注、極致的服務(wù)理念,為客戶提供成都做網(wǎng)站、成都網(wǎng)站制作、成都外貿(mào)網(wǎng)站建設(shè) 網(wǎng)站設(shè)計制作按需定制網(wǎng)站,公司網(wǎng)站建設(shè),企業(yè)網(wǎng)站建設(shè),品牌網(wǎng)站設(shè)計,成都全網(wǎng)營銷,成都外貿(mào)網(wǎng)站建設(shè),洪雅網(wǎng)站建設(shè)費用合理。

另外有需要云服務(wù)器可以了解下創(chuàng)新互聯(lián)scvps.cn,海內(nèi)外云服務(wù)器15元起步,三天無理由+7*72小時售后在線,公司持有idc許可證,提供“云服務(wù)器、裸金屬服務(wù)器、高防服務(wù)器、香港服務(wù)器、美國服務(wù)器、虛擬主機、免備案服務(wù)器”等云主機租用服務(wù)以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡單易用、服務(wù)可用性高、性價比高”等特點與優(yōu)勢,專為企業(yè)上云打造定制,能夠滿足用戶豐富、多元化的應(yīng)用場景需求。


網(wǎng)頁題目:IOS距離現(xiàn)在的幾分,幾個小時,幾分鐘,幾天,幾周幾月,幾年-創(chuàng)新互聯(lián)
標題來源:http://weahome.cn/article/dhosjs.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部