Hi,
I need to make a parser which does the following:
input is an action which needs to be repeated (or not) on certain dates, weekdays etc. These dates need to be put into a db in order to get a total overview.
example:
every { once | ..day | two weeks | month }
user does {activity X} from { ddmmyyyy} till {ddmmyyyy} repeat { x times }
Can somebody help me in how to code this?
The input for the db must be that way, that is able to get an total overview from: who is doing what - on what day - from what time to what time - ...
Sort of like a calender thing...
Please let me know! My thanks will be great! :rolleyes: