captbaritone / captbaritone/datejs

Date.compare is not a function

Open
#129 0 comments 0 reactions 0 assignees View on GitHub
auto-migrated Priority-Medium Type-Defect
Dominant language
JavaScript
Stars
1
Forks
0
PR merge metrics
No merged PRs in 30d

Description

```
What steps will reproduce the problem?

var astart = Date.parse('2011-01-01 ' + $('#' + a).data('apptdata').starttime);
var bstart = Date.parse('2011-01-01 ' + $('#' + b).data('apptdata').starttime);
return Date.compare(bstart,astart);

What is the expected output? What do you see instead?
Expected output is -1, 0, or 1, as stated in dox.

What version of the product are you using? On what operating system?
* Version: 1.0 Alpha-1
* Build Date: 13-Nov-2007

FF on WinXP

Please provide any additional information below.

```

Original issue reported on code.google.com by `flatulen...@gmail.com` on 21 Aug 2011 at 4:33

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.