I'm currently utilizing a date picker from
The expected format for the date should be:
yyyy-MM-dd
However, the actual returned date format is:
Thu Apr 20 2017 00:00:00 GMT+0530 (India Standard Time)
This is the code snippet I've used:
<el-date-picker
v-model="date"
type="date"
placeholder="Pick a day"
format="yyyy-MM-dd">
</el-date-picker>