Click here to Skip to main content
15,884,793 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have question how to change date format in crystal report.

i'm using SQL server 2012 and visual studio 2012. in the crystal report there is a field date with string format.

the result is like this:
VB
2015-6-25


i want to change the format into this:

VB
25-6-2015


how to change the format string into date in crystal report ?
Posted

1 solution

 
Share this answer
 
Comments
asasql 11-Jun-15 6:25am    
i tried to insert a formula like this:
ToText({siswa.Tanggal_Lahir}, "MMM dd, yyyy")

but a error message said "too many arguments" showed up

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900