en

hi, it seems you are using microsoft internet explorer. it doesn't match web standard and causes problems browsing this site. please please please use mozilla firefox or google chrome instead. thank you!

zh

哦哦!您正在使用Internet Explorer 瀏覽器,它與我們的網頁標準並不相容,可能會導致畫面顯示不正常。
請改用 Mozilla Firefox 或者 Google Chrome 才能正常瀏覽本網站,謝謝!

2.15.2011

取得 iOS 系統日期與星期的方法


在之前的文章中已經說明如何取得 Device 裡的 iOS 系統時間,在此將在示範如何使用 NSDate 取得系統的日期與星期,請看以下程式碼。

NSDateFormatter *formatter = [[NSDateFormatter alloc] init];
NSDate *date = [NSDate date];

//正規化的格式設定
[formatter setDateFormat:@"YYYY-MM-dd' 'EEEE"];

//正規化取得的系統時間並顯示
dateLabel.text = [formatter stringFromDate:date];

當然 NSFormatter 能正規化的格式不只這些,想知道其他的參數可以參考關於 NSDateFormatter 的二三事一文。






沒有留言:

張貼留言