Minor update to comment - to allow a new commit

This commit is contained in:
balrob
2014-06-17 01:31:09 +02:00
committed by Bart van der Schoor
parent e16f616145
commit 8a699244b3
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -1,8 +1,10 @@
/// <reference path="date.format.d.ts" />
// test dateFormat
var now : string = dateFormat();
var nowFullDate : string = dateFormat( dateFormat.masks.fullDate );
// test format() (on the prototype of Date)
var then : Date = new Date( 2014, 1, 1 );
var thenDefaultFormat : string = then.format();
var thenCustomFormat : string = then.format('yyyy/m/d HH:MM');
+1 -1
View File
@@ -3,7 +3,7 @@
// Definitions by: Rob Stutton <https://github.com/balrob>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/* ****************************************************************************
/*****************************************************************************
Portions Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
this file except in compliance with the License. You may obtain a copy of the