Hi
I would like the default datetime format to mm/dd/yyyy using a format function.
for eg.
How can i change the format of = Now()
from 1/5/2010 4:48:00PM to 1/5/2010
Regards
SUNU
2 Answers, 1 is accepted
0
Accepted
Steve
Telerik team
answered on 05 Jan 2010, 12:49 PM
Hi sunu,
You can either use the Format Builder Dialog from the report designer or another approach for custom solutions is making your own user function to do the formatting for you.