I have the following function:
function getPostViews($postID){ $count_key = \'post_views_count\'; $count = get_post_meta($postID, $count_key, true);
Use number_format():
number_format($number);