Question : Crystal 2008 modify current date format.

I would like to display the current date on the report in this format dd Mon yy (i.e 15 Jul 10).  How should I do this?

Answer : Crystal 2008 modify current date format.

Not being a Crystal person I would hope the customize menu has a separator value of some type but based on the link below, I don't see one.

http://www.c-sharpcorner.com/UploadFile/mahesh/DateFormatInCR06132007092248AM/DateFormatInCR.aspx

You might need to go with the custom method:
------------------------------------
In that case, you do not see the Date and Time tab on the Format Editor.

In this situation, you rely on your own code.

ToText function comes handy to do all formatting. For example, I need a date formatting as following:  23-Mar-2007

The following formula will do the trick:

ToText({MYFIELDNAME }, "dd-MMM-yyyy")

Random Solutions  
 
programming4us programming4us