Chapter 10 Event Calendar -adding time
I've used the code to devise my own event calendar that simply has a date, event and location. I want to add the time. I configured the Access database with a shortTime field "myTime" but when I display the fixture fields in the repeater it displays a long DateTime with 12/30/1899 as the date and the correct longTime. I 'think' it must be somewhere in Function EventsByDate(ByVal [date] As Date) As System.Data.IDataReader that I need to change, but I'm stumped. Help would be appreciated. Steve
|