We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 312f935 commit f886545Copy full SHA for f886545
1 file changed
test/ApiSpecs.js
@@ -186,6 +186,7 @@ describe('api', function(){
186
var date = new Date("Sep 10 2003 13:02:03 GMT");
187
assertEquals("date", angular.Object.typeOf(date));
188
assertEquals("2003-09-10T13:02:03Z", angular.Date.toString(date));
189
+ assertEquals(date.getTime(), angular.String.toDate(angular.Date.toString(date)).getTime());
190
});
191
192
it('StringFromUTC', function(){
0 commit comments