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#
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#




Joginder BangerPosted Aug 5, 2016, 2:55 AM