dajohnson1s
03-28-2008, 11:41 PM
I am currently working on my senior project for college, we are making a scheduling system to be used by a real company.
I am currently having some trouble getting a datetime value to display correctly (when i pull the value from the db it reads from right to left) I dont see any setting of how to store this value in the database. But since I am only wanting the time portion and could care less about the date, another forum had suggested "best practice" is to not use datetime.
I am having trouble convince another team member to change the database to varchar or string...could anybody propose reasons to keep datetime or to switch?
thanks
I am currently having some trouble getting a datetime value to display correctly (when i pull the value from the db it reads from right to left) I dont see any setting of how to store this value in the database. But since I am only wanting the time portion and could care less about the date, another forum had suggested "best practice" is to not use datetime.
I am having trouble convince another team member to change the database to varchar or string...could anybody propose reasons to keep datetime or to switch?
thanks