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 ,
The expression seems ok, please ensure the format of [Due Date] is DD-MMM-YYYY
=Date(Date#('09-Jun-2017','DD-MMM-YYYY'),'MMM-YYYY') is working fine for me. Please see attached.
Expression seems okay. just check the data types.
Care to enlighten us on what exactly you mean by "...not getting correct output...". What is it you get right now, and what do you need?
Hiii pradeep,
please find attachment below.
date() gives date for the field & date#() specifies the format which should be set
hi All ,
thanks for reply i need out put as like this .
due date is field name i am using .
you will get the output you require with the expression I provided earlier -
=Date(Date#('09-Jun-2017','DD-MMM-YYYY'),'MMM-YYYY')
replace the date in expression '09-Jun-2017' with your date field
replace the 'DD-MMM-YYYY' with the current format of your date field .
what is the format of your due date ?