Is there a way to formerly define a time interval for configuring a process?
Posted
by gshauger
on Stack Overflow
See other posts from Stack Overflow
or by gshauger
Published on 2010-03-23T21:22:17Z
Indexed on
2010/03/23
21:33 UTC
Read the original article
Hit count: 312
datetime
|language-agnostic
Horrible worded question...I know.
I'm working on an application that processes data for the previous day. The problem is that I know the customer is going to eventually ask to it for every hour or some other arbitrary time interval. I know that languages such as Java or SQL have masks for defining dates. Well what about a way to define a time interval?
Let me ask it this way. If someone asked you to create a configurable piece of software how would you allow the user to specify the time intervals?
© Stack Overflow or respective owner