I'm trying to use Jacob Gilley calendar script from
to send a the date output to a sql string in another asp page to show past logs from past days... into something like
rs.Open "Select FirstName, LastName, Company, Phone, Cell, For, Message, Urgent, Status from Contacts where Date='('$date')' ORDER BY Time DESC",conn
this is my first asp application so i don't really know where to go for help.
I would appreciate any direction or help.
Thank You
to send a the date output to a sql string in another asp page to show past logs from past days... into something like
rs.Open "Select FirstName, LastName, Company, Phone, Cell, For, Message, Urgent, Status from Contacts where Date='('$date')' ORDER BY Time DESC",conn
this is my first asp application so i don't really know where to go for help.
I would appreciate any direction or help.
Thank You