i want to format this date <b-button variant="outline-primary">{{getContract.contract_data.start_date}} | {{getContract.contract_data.end_date}}</b-button> Now it looks like this: 
I want it to be seen like this: 
how can i do?
I solved it with MomentJS: Convert date format in Javascript using VueJS