naoty / Timepiece

Intuitive date handling in Swift
MIT License
2.63k stars 147 forks source link

Support for different locales when converting String to NSDate #55

Closed thomas-sempf closed 8 years ago

thomas-sempf commented 8 years ago

Currently the NSDateFormatter is initialized with the locale from the current device. Often responses from web servers contain date strings in english locale. Therefore it would be great to have the option to give a locale parameter to the dateFromFormat function.

naoty commented 8 years ago

@ThomasSempf-Stendahls Thank you for nice suggestion! I'll try to implement that option!