G
Guest
How to i bring the date in (dd/mm/yyyy) format from the database?
Here is what am doing... but having problem converting the string into the
short date (dd/mm/yyyy)
string strDateReturned =
((DbDataRecord)e.Item.DataItem)["DateReturned"].ToString();
many thanks
Here is what am doing... but having problem converting the string into the
short date (dd/mm/yyyy)
string strDateReturned =
((DbDataRecord)e.Item.DataItem)["DateReturned"].ToString();
many thanks