mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Date: Improve header data
This commit is contained in:
parent
e0bbcb854d
commit
af97d08c4f
16
ui/date.js
16
ui/date.js
@ -1,9 +1,17 @@
|
||||
/*
|
||||
* Calendar math built on jquery-global
|
||||
/*!
|
||||
* jQuery UI Date @VERSION
|
||||
* http://jqueryui.com
|
||||
*
|
||||
* Based on Marc Grabanski's jQuery Date Plugin
|
||||
* http://marcgrabanski.com/articles/jquery-date-plugin
|
||||
* Copyright jQuery Foundation and other contributors
|
||||
* Released under the MIT license.
|
||||
* http://jquery.org/license
|
||||
*/
|
||||
|
||||
//>>label: Date
|
||||
//>>group: Core
|
||||
//>>description: Calendar math built on Globalize.
|
||||
//>>docs: http://api.jqueryui.com/date/
|
||||
|
||||
( function( factory ) {
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user