Minor update to comment - to allow a new commit

This commit is contained in:
balrob 2014-06-17 11:12:07 +12:00 committed by Bart van der Schoor
parent e16f616145
commit 8a699244b3
2 changed files with 3 additions and 1 deletions

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');

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