You are here

function moment_weekday_name_options in Moment.js 7.2

Same name and namespace in other branches
  1. 8.2 moment.module \moment_weekday_name_options()

Option list with machine readable keys.

Return value

array Array of key-value pairs.

File

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

Code

function moment_weekday_name_options() {
  return moment_weekday_options('name');
}