How do I get a Date from SQL Server in Crystal Reports 11? -


I have a stored procedure that selects from the table, two fields are similar to SQL Server in DATE, but when The procedure stored with Crystal Reports appears in the form of two date field strings (in YYYY-MM-DD format). I can write the formulas for converting these reports to relatively MM / DD / YYYY outputs, but is there no way to recognize crystal data on SQL Server?

Yes, write formula, YYYY-MMM-DD is representing a date.


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

jquery - SimpleModal Confirm fails to submit form -

php - Multiple Select with Explode: only returns the word "Array" -