Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Format Date

I want to show just the first 3 letters of each month but when I use monthname show the intere name of the month.

I try to use Date(date, 'MMM/yyyy') and is also showing the entire name of the month.

There are some setting I have to change?

Thanks in advance.

1 Solution

Accepted Solutions
sunny_talwar

Make sure you have this in your load script:

SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';


Capture.PNG

View solution in original post

2 Replies
sunny_talwar

Make sure you have this in your load script:

SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';


Capture.PNG

Not applicable
Author

Thank you