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*/({ '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월"], 'months-standAlone-narrow': ["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", 'dateFormat-short': "yy. MM. dd", 'timeFormat-full': "a hh'시' mm'분' ss'초' z", 'timeFormat-long': "a hh'시' mm'분' ss'초'", 'timeFormat-medium': "a hh'시' mm'분'", 'timeFormat-short': "a hh'시' mm'분'", am: '오전', pm: '오후', eras: ['기원전','서기']})
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?