Hi.
What would be the best method of keeping dates working propperly.
My app stores alot of info to the DB and marks it with a date.
The operator for the app might sometimes enter a different date format than the one I specified (don't ask)...
What would be the best way to not miss anytihing in the DB when pulling reports.
i.e Searching for 2004/01/*
if a record holds */01/2004 it will not be included in the recordset. Someone, or some app, might also occasionally change the system date format and that messes up my whole thing again...
If I specify to use "yyyy/mm/dd" and the computer date format is "dd/mm/yyyy", it will save it as that, not so?
i.)Should I format the date that she enters immediately to the right format, and then save to DB?
ii.)Is there a way in which the SQL query can be "intelligent" and work with this kind of date problem.
I thank you in advance
**********************************
May the Code Be With You...
----------
x50-8 (X Fifty Eigt)
What would be the best method of keeping dates working propperly.
My app stores alot of info to the DB and marks it with a date.
The operator for the app might sometimes enter a different date format than the one I specified (don't ask)...
What would be the best way to not miss anytihing in the DB when pulling reports.
i.e Searching for 2004/01/*
if a record holds */01/2004 it will not be included in the recordset. Someone, or some app, might also occasionally change the system date format and that messes up my whole thing again...
If I specify to use "yyyy/mm/dd" and the computer date format is "dd/mm/yyyy", it will save it as that, not so?
i.)Should I format the date that she enters immediately to the right format, and then save to DB?
ii.)Is there a way in which the SQL query can be "intelligent" and work with this kind of date problem.
I thank you in advance
**********************************
May the Code Be With You...
----------
x50-8 (X Fifty Eigt)