TechUser23
IS-IT--Management
I still relatively new to Crystal. I need to convert a string field into datetime so I can format it accordingly.
My issue is I found another instance with a formula being used and now my Date (07/14/2006) is reporting back 07/09/2006.
Can anyone help shed light on this for me? What does the "19" mean to me and are there more #'s to look at?
My issue is I found another instance with a formula being used and now my Date (07/14/2006) is reporting back 07/09/2006.
Code:
DateValue (Left ({Data.Date},19 ))
Can anyone help shed light on this for me? What does the "19" mean to me and are there more #'s to look at?