Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi how would I load my dates as above ?
I have tried Date(date#(Date,'YYYY-MM-DD'), 'MM/DD/YYYY') but to no avail
Thanks for your help ... School boy error on my part as I had the input date as yyyy-mm-dd rather than yyyy-dd-mm
This looks fine, Can you share sample data and complete statement to verify further. Could be extra space here and there.
Date(date#(Date,'YYYY-MM-DD'),'MM/DD/YYYY') as SALES_DATE
Any sample data if you can share? Will apply and see why it is not working.
I applied this in text box - =Date(date#('2015-09-21','YYYY-MM-DD'),'MM/DD/YYYY'), you can see it worked.
I agree with Digvijay, I don't see any problem with what you have. A sample would be helpful here.
Hi,
Please Check the date format.
if you give date like 10-12-2014 than you give format also "DD-MM-YYYY".
see this one =Date(date#('2014-02-01','YYYY-MM-DD'), 'MM/DD/YYYY')
YES . I agree with Digvijay singh and mani ram .its correct
May be try
Date(Date#(trim(Date),'YYYY-MM-DD'), 'MM/DD/YYYY')
hth
Sasi
Thank you all for the responses however none of the solutions work. I am attaching my sample data.
Thanks