The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
82 views

Why do UTC Dates have different days of the week for some months?

I've been using the Javascript Date API for a calendar application, and I noticed that for every month between 3 and 9 (April and November) the methods Date.getDay() and Date.getUTCDay() return ...
0
votes
0answers
50 views

Standard for expression of relative dates [duplicate]

I'm looking for some kind of standard way of representing dates or dates ranges (for reporting parameter purposes) using expressions. This expression can represent both absolute and relative dates. ...
0
votes
2answers
196 views

Interpreting Date formats

Let's say I have a DatePicker control and I allow my US clients to type something like "1/1" in it and hit tab go to next control. So I will parse that date for them as "01/01/2014" and some more ...
3
votes
2answers
252 views

Is there a standard for encoding recurring patterns of dates?

I'm trying to re-write a backend interface doohickey for a calendar, a todo list and another sort of calendar and found that they all were programmed to have subtly different formats for patterns of ...