Open hoksilato opened 7 years ago
@hoksilato I used it this way and it worked;
option: {
type: 'day',
week: ['Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa', 'Su'],
month: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'],
format: 'DD/MM/YYYY'
}
Thanks, I tried but it didn't work :(, I'm using Vue 1.
@hoksilato were you ever able to figure out what the problem was? I'm using vue 2, but I'm also running into this issue. I tried changing the code in the .vue file, but it doesn't affect the output :(
@brandonn1231 I tried but no luck
How can I use the other format? Such as: 'MM/DD/YYYY', I tried to change it in the config but no luck.
Thanks