yannickl / YLMoment

Parsing, validating, manipulating, and formatting dates easily in Objective-C (API inspired by moment.js)

Home Page:http://yannickl.github.io/YLMoment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can I use dateStyle and timeStyle properties

osrl opened this issue · comments

moment.dateStyle = NSDateFormetterStyle.MediumStyle
moment.dateStyle = NSDateFormatterStyle.NoStyle     
moment.format(nil)

This code works great. I'm not sure calling format with nil is the right way?