Oct 3, 2001 #1 jc98 MIS Nov 6, 2000 17 US when i insert the date into an Access DB from an ASP form it formats as a medium date(3-Oct-01) but the recordset returns 10/3/01. why is this and is there a way to return the exact value from the db. thanks, --jc
when i insert the date into an Access DB from an ASP form it formats as a medium date(3-Oct-01) but the recordset returns 10/3/01. why is this and is there a way to return the exact value from the db. thanks, --jc
Oct 3, 2001 #2 JohnYingling Programmer Mar 24, 2001 3,742 US I believe the date is stored as the number seconds (milliseconds) fron a some date. All the rest of what you see is default formatting. http://www.VBCompare.comhttp://www.VBSortGen.com Upvote 0 Downvote
I believe the date is stored as the number seconds (milliseconds) fron a some date. All the rest of what you see is default formatting. http://www.VBCompare.comhttp://www.VBSortGen.com
Oct 4, 2001 #3 Cheech Technical User Nov 6, 2000 2,933 EU Break the date into an array and return the vallues in what ever format you wish Live long and make your kids suffer.. Upvote 0 Downvote
Break the date into an array and return the vallues in what ever format you wish Live long and make your kids suffer..