I'm using the excellent (but large) DateJS library to handle dates and times in my webapp. I just came across something that I'm not sure how to handle.
I want ...
I have a date object, but the isAfter function in the API of datejs is not working. I opened the js library and cannot find any mention of it in there. ...
I really have no idea what I'm doing wrong here. I can't get Datejs to properly parse "12:00 pm" however, it seems to work fine on other dates. Below ...
I am trying to parse a FINNISH date eg. 13.03.1990. Javacript won't do this but I found DateJS that should be able to.
I implemented DateJS into my project but it still ...
I am trying to compare two dates which are in Finnish time form like this: dd.mm.YYYY or d.m.YYYY or dd.m.YYYY or d.mm.YYYY.
I am having a hard time finding out how to ...
I'm using date.js.
The line time_container.innerHTML = Date.now().toString('T'); worked fine, briefly, and is now throwing errors in the Firebug console: radix must be an integer at least 2 and no ...
I am using date.js in my project, and I am encountering something I didn't expect with respect to dates that had time components of exactly noon or exactly midnight.
When ...