i have a date in format of 12/01/1999. i would like to convert this into dec 1st 1999. can anyone help me with what the applysimple syntax in sql server? Any help suggestions would greatly be appreciated. Thanks
I am not sure if I am getting this right but if you are using Microstrategy as your name suggests you should be able to format the date in the report. i.e. FORMAT -> <DATE> -> Values. There change it to the format you want.
I agree with asudevil. If you don't like the formats that they give you for date go to the custom setting and type in the format you want. The only thing I can't get is the "st" from "1st". The format I used in the custom was just "mmm dd yyyy".
If you need the "st","nd","rd","th" you will need to add a case statement or decode in your apply simple. Also depending on your DB you will need to do the same for the month abbreviation.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.