Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
How to change 03-30-2016 to 03/30/2016.
Thanks,
Krishna
set Dateformat='MM/DD/YYYY';
May be this:
Date(Date#('03-30-2016', 'MM-DD-YYYY'), 'MM/DD/YYYY')
or
date(Date#(datefield,'MM-DD-YYYY'),'MM/DD/YYYY') as newdate;
or if you want to format the date at the chart level, in the object properties select the number tab and check "Override Document Settings", highlight the date field. Select date and enter the Format Pattern you are looking for (MM/DD/YYYY)
Hi!,
Try this
DATE(MakeDate(YEAR(Date), MONTH(Date), DAY(MDate)),'DD/MM/YYYY')
Best regards!
Agustin
depends on where you see this source format.
Can you post a sample?
thanks
regards
Marco