I updated the datetime to the datebase. It’s 5/2/2012. But when I want to show this value from that database into a textbox it will show me : 05/02/2012.
Please help me to solve this problem. I want to show it’s value into the textbox like the format has been updated : 5/2/2010
Thanks in advance
For doing that the best way is saving datetime into the database as a string. then after retrieving the string I can convert that to datetime. and it will show the correct format.