Posts

Showing posts with the label momentjs

moment deprecation warning: dates accessor is deprecated. Use date instead

Image
Clash Royale CLAN TAG #URR8PPP moment deprecation warning: dates accessor is deprecated. Use date instead Error info: Deprecation warning: dates accessor is deprecated. Use date instead. Arguments: Error at Moment.dates (/Users/ephraimguo/Documents/OST_work/booking_Prototype/node_modules/moment/moment.js:320:98) at eval (eval at compile (/Users/ephraimguo/Documents/OST_work/booking_Prototype/node_modules/ejs/lib/ejs.js:549:12), <anonymous>:61:39) at returnedFn (/Users/ephraimguo/Documents/OST_work/booking_Prototype/node_modules/ejs/lib/ejs.js:580:17) at tryHandleCache (/Users/ephraimguo/Documents/OST_work/booking_Prototype/node_modules/ejs/lib/ejs.js:223:34) at View.exports.renderFile [as engine] (/Users/ephraimguo/Documents/OST_work/booking_Prototype/node_modules/ejs/lib/ejs.js:437:10) at View.render (/Users/ephraimguo/Documents/OST_work/booking_Prototype/node_modules/express/lib/view.js:135:8) at tryRender (/Users/ephraimguo/Documents/OST_work/bookin...

Drop Down List of months in Vue.js

Image
Clash Royale CLAN TAG #URR8PPP Drop Down List of months in Vue.js What I am trying to achieve is to get a drop down list of months which takes in the current month/year and at most you can only see a year ahead. So you will only be able to see a year ahead of you starting from current date. I am currently using the Moment library by the way. Hello, can you please add some code to show us what you've tried so far? – li x 23 mins ago What is your exact question here? – Harshal Patil 19 mins ago Create a drop down list of months/year which start from today and ends to a year ahead. I thought my post is quiet clear – Heyab Redda 2 m...