Skip to content
This repository was archived by the owner on Jul 31, 2020. It is now read-only.

Commit b860f1a

Browse files
Formatting
1 parent aeb2383 commit b860f1a

File tree

7 files changed

+24
-23
lines changed

7 files changed

+24
-23
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ Your reward is sweet karma and that warm fuzzy feeling knowing you’ve helped t
5454

5555
1. [Contributor License Agreement](https://github.com/datejs/Datejs/blob/master/CLA.md)
5656
2. [Issue tracker](https://github.com/datejs/Datejs/issues)
57-
3. [Datejs Blog](http://datejs.com/blog/)
57+
3. [Datejs Blog](https://datejs.comblog/)
5858
5. [StackOverflow](https://stackoverflow.com/questions/tagged/datejs)

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ See the License for the specific language governing permissions and
1313
limitations under the License.
1414

1515
Contact:
16-
http://object.net
16+
https://object.net
1717
hello@object.net
1818
+1(888)775-5888

src/core.js

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
* @version: 1.0
33
* @author: @geoffreymcgill
44
* @date: 2015-11-25
5-
* @copyright: Copyright (c) 2008-2015, Object.NET, Inc. (http://object.net). All rights reserved.
5+
* @copyright: Copyright (c) 2008-2019, Object.NET, Inc. (https://object.net). All rights reserved.
66
* @license: See LICENSE and https://github.com/datejs/Datejs/blob/master/LICENSE
7-
* @website: http://datejs.com/
7+
* @website: https://datejs.com
88
*/
99

1010
(function () {
@@ -728,17 +728,18 @@
728728
729729
S The ordinal suffix ("st, "nd", "rd" or "th") of the current day. "st, "nd", "rd" or "th"
730730
731-
|| *Format* || *Description* || *Example* ||
732-
|| d || The CultureInfo shortDate Format Pattern || "M/d/yyyy" ||
733-
|| D || The CultureInfo longDate Format Pattern || "dddd, MMMM dd, yyyy" ||
734-
|| F || The CultureInfo fullDateTime Format Pattern || "dddd, MMMM dd, yyyy h:mm:ss tt" ||
735-
|| m || The CultureInfo monthDay Format Pattern || "MMMM dd" ||
736-
|| r || The CultureInfo rfc1123 Format Pattern || "ddd, dd MMM yyyy HH:mm:ss GMT" ||
737-
|| s || The CultureInfo sortableDateTime Format Pattern || "yyyy-MM-ddTHH:mm:ss" ||
738-
|| t || The CultureInfo shortTime Format Pattern || "h:mm tt" ||
739-
|| T || The CultureInfo longTime Format Pattern || "h:mm:ss tt" ||
740-
|| u || The CultureInfo universalSortableDateTime Format Pattern || "yyyy-MM-dd HH:mm:ssZ" ||
741-
|| y || The CultureInfo yearMonth Format Pattern || "MMMM, yyyy" ||
731+
| Format | Description | Example |
732+
| -- | -- | -- |
733+
| d | The CultureInfo shortDate Format Pattern | "M/d/yyyy" |
734+
| D | The CultureInfo longDate Format Pattern | "dddd, MMMM dd, yyyy" |
735+
| F | The CultureInfo fullDateTime Format Pattern | "dddd, MMMM dd, yyyy h:mm:ss tt" |
736+
| m | The CultureInfo monthDay Format Pattern | "MMMM dd" |
737+
| r | The CultureInfo rfc1123 Format Pattern | "ddd, dd MMM yyyy HH:mm:ss GMT" |
738+
| s | The CultureInfo sortableDateTime Format Pattern | "yyyy-MM-ddTHH:mm:ss" |
739+
| t | The CultureInfo shortTime Format Pattern | "h:mm tt" |
740+
| T | The CultureInfo longTime Format Pattern | "h:mm:ss tt" |
741+
| u | The CultureInfo universalSortableDateTime Format Pattern | "yyyy-MM-dd HH:mm:ssZ" |
742+
| y | The CultureInfo yearMonth Format Pattern | "MMMM, yyyy" |
742743
743744
744745
STANDARD DATE AND TIME FORMAT STRINGS

src/extras.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
* @version: 1.0
33
* @author: @geoffreymcgill
44
* @date: 2015-11-25
5-
* @copyright: Copyright (c) 2008-2015, Object.NET, Inc. (http://object.net). All rights reserved.
5+
* @copyright: Copyright (c) 2008-2019, Object.NET, Inc. (https://object.net). All rights reserved.
66
* @license: See LICENSE and https://github.com/datejs/Datejs/blob/master/LICENSE
7-
* @website: http://datejs.com/
7+
* @website: https://datejs.com
88
*/
99

1010
(function () {

src/parser.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
* @version: 1.0
33
* @author: @geoffreymcgill
44
* @date: 2015-11-25
5-
* @copyright: Copyright (c) 2008-2015, Object.NET, Inc. (http://object.net). All rights reserved.
5+
* @copyright: Copyright (c) 2008-2019, Object.NET, Inc. (https://object.net). All rights reserved.
66
* @license: See LICENSE and https://github.com/datejs/Datejs/blob/master/LICENSE
7-
* @website: http://datejs.com/
7+
* @website: https://datejs.com
88
*/
99

1010
(function () {

src/sugarpak.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
* @version: 1.0
33
* @author: @geoffreymcgill
44
* @date: 2015-11-25
5-
* @copyright: Copyright (c) 2008-2015, Object.NET, Inc. (http://object.net). All rights reserved.
5+
* @copyright: Copyright (c) 2008-2019, Object.NET, Inc. (https://object.net). All rights reserved.
66
* @license: See LICENSE and https://github.com/datejs/Datejs/blob/master/LICENSE
7-
* @website: http://datejs.com/
7+
* @website: https://datejs.com
88
*/
99

1010
/**

src/time.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
* @version: 1.0
33
* @author: @geoffreymcgill
44
* @date: 2015-11-25
5-
* @copyright: Copyright (c) 2008-2015, Object.NET, Inc. (http://object.net). All rights reserved.
5+
* @copyright: Copyright (c) 2008-2019, Object.NET, Inc. (https://object.net). All rights reserved.
66
* @license: See LICENSE and https://github.com/datejs/Datejs/blob/master/LICENSE
7-
* @website: http://datejs.com/
7+
* @website: https://datejs.com
88
*/
99

1010
/*

0 commit comments

Comments
 (0)