Daniel.Davis
New member
- Joined
- Dec 5, 2008
- Messages
- 1
- Programming Experience
- Beginner
i have a form with just a textbox and a button on it. i'm making a tracking application. in the textbox i just put in a value and click the button. i have it saving the data into a .csv file. what i'm trying to do is get the application to put the day of the week in one column and the value from the textbox in the next. it writes the data to the .csv file but instead of putting the proper day of the week. it always uses sunday. can someone give me some code examples of how to do this? i can post my source when i get home if someone needs to see it.