function moment_weekday_number_options in Moment.js 7.2
Same name and namespace in other branches
- 8.2 moment.module \moment_weekday_number_options()
Option list with numeric keys.
Return value
array Array of key-value pairs.
File
- ./
moment.module, line 440 - Moment.js integration.
Code
function moment_weekday_number_options() {
return moment_weekday_options('numeric');
}