iOS之 改變日期顯示樣式

2021-07-15 05:54:44 字數 1253 閱讀 8308

#import

@inte***ce nsdate (gdgcategory)

/** *比較from和self的時間差值

*/-(nsdatecomponents*)deltafrom:(nsdate*)from;

/** *是否為今年

*/-(bool)isthisyear;

/** *是否為今天

*/-(bool)istoday;

/** *是否為昨天

*/-(bool)isyesterday;

@end

#import "nsdate+gdgcategory.h"

@implementation

nsdate (gdgcategory)

-(nsdatecomponents*)deltafrom:(nsdate*)from

/* *例如 2016 - 05 - 01

* 年份值 月份 日

* */

//判斷是否是今年

-(bool)isthisyear

//判斷是否是今天

-(bool)istoday

//判斷是否是昨天

-(bool)isyesterday

@end

#import

@inte***ce viewcontroller : uiviewcontroller

/**你所獲取資料的發布時間 */

@property (nonatomic, copy) nsstring *create_time;

//get方法

-(nsstring *)create_time;

@end

#import

"viewcontroller.h"

#import

"nsdate+gdgcategory.h"

@inte***ce viewcontroller ()

@end

@implementation viewcontroller

//重寫get方法

-(nsstring *)create_time

else

if (cmps.minute >= 1) else

} else

if (create.isyesterday) else

} else

}

iOS之獲取當前時間日期並按固定格式顯示

寫乙個常用的獲取當前日期,時間的 並且能以規定的格式顯示出來12 345nsdate currentdate nsdate date 獲取當前時間,日期 nsdateformatter dateformatter nsdateformatter alloc init dateformatter se...

PB資料視窗物件之顯示樣式

資料視窗物件顯示樣式有11種 grid tabular group freefrom label n up crosstab graph composite richtext ole2.0 grid 字段橫向排列在detail band中,標籤橫向排列在headerband中,和字段相對應,欄位和字...

用CSS來改變網頁滑鼠顯示樣式的方法

一般而言,滑鼠以斜向上的箭頭顯示,移到文字上時變為有頭的豎線,移到超級鏈結上變為手型。但用css可控制滑鼠的顯示效果,如可使滑鼠移到普通文字上也顯示成手型。用css控制的語法如下 文字或其它頁面元素 把 換成如下15個效果的一種 hand crosshair text wait default he...