In my report viewer i am using an expression to format and show the date and time but i would like to remove the seconds from the time.
=Format(Now())
Result
2/27/2012 8:30:19 AM
Desired Result
2/27/2012 8:30 AM
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This is how i set my expression for: value and i got the results i needed along with zzz utc time format. Thanks everyone!