Is there a way to convert the date format to a date from the timestamp monsteracity within Select Expert?
What field are you trying to extract just the date from?
Table.Fieldname
I believe you are trying to convert a DateTime to a Date. If so, you can use one of the following functions:
Date(DateTime) or
CDate(DateTime)
Date function can only be used in Crystal Syntax according to Crystal Help. You can search for Date in Crystal Help to get more information on these functions.
Hope this helps.
Thanks..I am using select expert and the dates are in timestamp mode when I try to set up a date range parameter. Is there a way to have these in a date month day mode? Plz let me know if I need to explain more. thnx
I now got what you are looking for. I don't know how to do that. Usually I select the date from the calendar popup or I type the date in yyyy-mm-dd format.
I believe there is no easy way to change the format other than as explained by Brian in the link below.
Thank you, I will look at that.