You are here

function moment_weekday_number_options in Moment.js 8.2

Same name and namespace in other branches
  1. 7.2 moment.module \moment_weekday_number_options()

Option list with numeric keys.

Return value

array Array of key-value pairs.

File

./moment.module, line 200
Moment.js integration.

Code

function moment_weekday_number_options() {
  return moment_weekday_options('numeric');
}