Hi, when getting information from MS-SQL database the date field shows time as well as. There is showing date Like ( 12-Nov-2002 00:00 ) therfore i'm not inserting time with date. when i fetch data form database there is diaplaying date Like this ( Nov 12 2002 12:00 AM). I don't want to display date with Time.I want Only to display date Like this (12-Nov-2002).Please help me?
Try some of these: [man]date[/man] [man]strftime[/man]
I guess you'd rather use strftime, since it would understand MS SQL dates.