Im developing a small ASP/Access 2000 driven tool at the moment. I want to pass a date from page1.asp as a URL Parameter to page2.asp. Page2.asp then filters the data which equals the date from the URL Parameter....simple stuff. But no!! In dreamweaver MX when I test the data with a UK date it is fine, it pulls up all the data refined by the date. However, when run it via the web server the UK data is taken and passed in the URL in UK style but on page2.asp it thinks its a US date. The server is on UK settings. Ive tried putting inverted commas round the date in the SQL used in page2.asp and also hashes...neither of which work. Please help!! Where does IIS get its date format from? can it be changed? Is this even the problem?