moment.js, how to get day of week number
149
I have a moment date object, and want to get the selected day number (0-6) or (1-7).
I tried this, but it doesn't work
var aaa = moment(date).day();
help me with this please
I have a moment date object, and want to get the selected day number (0-6) or (1-7).
I tried this, but it doesn't work
var aaa = moment(date).day();
help me with this please