ios - Information about current date as Label -


I have problem with NSDate "write in current println" is easy to write current date how do I keep my current date as labels Can i This is my code:

  var timer = NSTimer () override func viewDidLoad () {super.viewDidLoad () timer = NSTimer.scheduledTimerWithTimeInterval (1, target: auto, selector: selector ("Update "), UserInfo: Zero, Repeats: True) Date = NSDT () println (NSDate)}  

  let formatter = NSDateFormatter formatter.dateFormat =" yyyy-MM-dd "// Set the date some labels. 


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -