6
Answers

How to split the time in asp.net using c#

narasiman rao

narasiman rao

8y
325
1
 this.TripTime.InnerText = value.Tables[0].Rows[0]["TripTime"].ToString();


My output as follows

19:15:00

From the above output i want as follows

19:15

for that how can i do in asp.net using c#
 
Answers (6)