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

General Discussion

Vaibhav Jain
Vaibhav Jain
2,537 Points

I think there is something wrong at the back., no anser seems to work, please help on this question

question to format date in MMM-YYYY format from movies database

1 Answer

Vaibhav Jain:

You have 3 M's in your above format date. There are only 2 fields for months (MM) to allow for months 10, 11, and 12, and 4 fields for years (YYYY). There's also only 2 fields for days (DD).