2
Answers

Format withing SELECT statement VB.Net

Ask a question
Asish Raj

Asish Raj

17y
5.3k
1
    hi all

i am selecting date from a table. the select statement returns as dd-MMM-yyyy hh:mm:ss tt

instead of this current format i want it to just return the time. how can i do that. is there any way of formating within the SELECT statement

i know most of you must be saying to use Format(date, "hh:mm:ss tt") but how to use it within the SELECT statement.

Answers (2)