WP_Query orderby

You can do this by adding these two lines in your query:

'orderby' => 'publish_date',
'order' => 'ASC',