Moment JS
Example of parsing and formatting a Date with Moment JS.
HTML
<script src="http://momentjs.com/downloads/moment.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lodash.min.js"></script>
JavaScript
let test = 'client_2, client_5'.split(',')
console.log(test.map(function(o){
return o.trim()
}))