Skip to main content

Questions tagged [date-patterns]

-2 votes
1 answer
205 views

I back up important paths from my PC each day with an automated process that creates zip files. On the 20 terabyte drive I can have close to three years worth. Each weekend I make a VHDX backup of my ...
subjectivist's user avatar
0 votes
2 answers
4k views

How can I calculate the number of buisness days (M-F, agnostic of Holidays) between two dates without a look up table? There has to be some sort of algorithm based on the number of all days and the ...
Liam Foley's user avatar
24 votes
9 answers
3k views

I'm so ridiculously frustrated with having to use DateTime values for data sets that are truly "just a day." Birthdays being the most-common example, but this comes up in business applications all the ...
Michael Blackburn's user avatar
2 votes
2 answers
1k views

Background: I am developing a wizard based web form where users can log in an fill in some details and press next and previous to go back and forth in the wizard before they actually submit. When the ...
Y123's user avatar
  • 504
1 vote
1 answer
587 views

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 ...
Daniel's user avatar
  • 113
0 votes
2 answers
411 views

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 ...
DevWannaBe's user avatar
7 votes
2 answers
3k views

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 ...
Peter Turner's user avatar
  • 6,985