Relative Content

Tag Archive for date-patterns

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 dates that could be used to configure certain properties in them.

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 dates that could be used to configure certain properties in them.

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 dates that could be used to configure certain properties in them.

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 dates that could be used to configure certain properties in them.

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 dates that could be used to configure certain properties in them.

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 dates that could be used to configure certain properties in them.

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 similar patterns. But they are all US-based so they are

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 similar patterns. But they are all US-based so they are

Data Storage patterns for intermediate saving a web-based workflow form

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 user submits I would make a service call that performs some processing on the data.