treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Sort issue on date field

  • I'm sorting Wordpress posts for a specific category by a custom date field in the format YYYY-MM-DD using the following:

    orderby=meta_value&meta_key=event-date&order=ASC


    A problem example is with two event days and one having the day of the month being 10 and the other having the day of the month being 03.

    The event with the day of the month being 10 shows up first when it should be after.

    Any way around this?