wp_update_post(
array (
'ID' => $_POST['postid'], // ID of the post to update
'post_date' => current_time('d m Y H:i'),
'post_date_gmt' => get_gmt_from_date( current_time('d m Y H:i') )
)
);