Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All ,
how to get date format .
and i am using this date(date#([Due Date],'DD-MMM-YYYY'),'MMM-YYYY') AS MonthYear1 not getting correct
output.
to Ex: Jan-2017
thanks ,
ok use,
=Date(Date#([Due Date],'YYYY-MM-DD'),'MMM-YYYY')
Try like this
Date(Date#(Date#([Due Date]),'DD-MMM-YYYY'),'MMM-YYYY')
if i am using this field getting empty.
Hi Pradeep,
Take [ Due Date] list box,check there how data is coming.it means its coming left side or right side.if you getting left side use first like
Date#([Due Date])
I am hoping you are trying to do this( is this your original question) ?
Aha, I think I misundertood, you wanted to say that you want new date in YYYY-MM-DD format.
=Date(Date#([Due Date],'DD-MM-YYYY'),'YYYY-MM-DD')
This should work.
kamal ,
after using that i got that this .
Please use this:
=Date(Date#([Due Date],'YYYY-MM-DD'),'MMM-YY')
if its possible please share 2 records of data,you will get output with in short period of time.
Follow this.