gregorian.js
来自「dojo-0.4.0-ajax.zip ajax一个应用。在页面上可以直接用标签」· JavaScript 代码 · 共 32 行
JS
32 行
/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml*//*<?xml version="1.0" encoding="UTF-8" ?>*/({ 'months-format-wide': ["1 月", "2 月", "3 月", "4 月", "5 月", "6 月", "7 月", "8 月", "9 月", "10 月", "11 月", "12 月"], 'months-format-abbr': ["1 月", "2 月", "3 月", "4 月", "5 月", "6 月", "7 月", "8 月", "9 月", "10 月", "11 月", "12 月"], 'days-format-wide': ["日曜日", "月曜日", "火曜日", "水曜日", "木曜日", "金曜日", "土曜日"], 'days-format-abbr': ["日", "月", "火", "水", "木", "金", "土"], 'days-standAlone-narrow': ["日", "月", "火", "水", "木", "金", "土"], 'dateFormat-full': "yyyy'年'M'月'd'日'EEEE", 'dateFormat-long': "yyyy'年'M'月'd'日'", 'dateFormat-medium': "yyyy/MM/dd", 'timeFormat-full': "H'時'mm'分'ss'秒'z", 'timeFormat-long': "H:mm:ss:z", 'timeFormat-medium': "H:mm:ss", 'timeFormat-short': "H:mm", am: "午前", pm: "午後", eras: ['紀元前','西暦']})
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?