Guys,
Does anyone know how to use date calculations? I want to know if the date stored in my database exceeds the current date... I'm using MS SQL Server 2005 right now.. Any suggestions will be appreciated. Thanks..![]()
Guys,
Does anyone know how to use date calculations? I want to know if the date stored in my database exceeds the current date... I'm using MS SQL Server 2005 right now.. Any suggestions will be appreciated. Thanks..![]()
Do you want to do that in query?
If yes, you can try something like
Datefield is date field in databaseCode:Datefield > now()
Wolffy
.-- ----- ..-. ..-. -.--
Opinions expressed are my own and do not necessity reflect those of any sane person. Any code provided is intended to be an example and is provided AS IS. Void where prohibited by law. Not valid in California. Your mileage may vary.
Bookmarks