Sorting posts by custom field value

I am trying to sort posts by their custom field value, which is a date in this format:

9 August 2012, 7:18 am

Read More
        'orderby'  => 'meta_value', 
        'meta_key' => 'wprss_item_date',
        'order' => 'DESC'

Do I need to do some conversion before that can work?

Related posts

Leave a Reply

1 comment