I have date in mm/dd/yyyy format in database.I want to display in form as dd/mm/yyyy. Can anybody help?I want to get time along with date.
A date value doesn't have a format at all. It gets it's format when you convert it to a string.
You can use the convert function to convert the value in the database, but you should rather leave that to the code in the user interface.
convert