Mochkit JavaScript DHTML





    
    
    
    
    
    




    var testTimestamp = isoTimestamp('2005-2-3 22:01:03');
    alert(compare(testTimestamp, new Date(2005,1,3,22,1,3)) + " isoTimestamp eq");
    alert(compare(testTimestamp, isoTimestamp('2005-2-3T22:01:03')) + " isoTimestamp (real ISO) eq");
    alert(compare(toISOTimestamp(testTimestamp), '2005-02-03 22:01:03') + " toISOTimestamp eq");