How do you get the current time (not date AND time)?
Example: 5:42:12 PM
Use the code below
DateTime.Now.ToString("h:mm:ss tt")