Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS Parsing JSON Using Codable Parsing to Non-Primitive Types Parsing Dates

Randell Pur
Randell Pur
4,934 Points

Quick question about the date format "MMMM".

I used the MMMM dd, yyyy but it still comes up as Jun instead of June. Is there a reason for this or has anything been updated for this process?

Jhoan Arango
Jhoan Arango
14,575 Points

Hello,

Please post your code so that we can help you further..

Also you may want to see this page that can help you with date formatting.

click here

1 Answer

I assume you are talking about on the website NSDateFormatter.com. The same thing was happening to me until I changed the format to something else and hit enter. Then it worked.