Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have struck in one place please help me out to come out form that ,In my data model my date format like this (MM/DD/YYYY) but i need to display the the date format like below (Jan DD) please give me suggestion on this to come out.
Thanks in advance.
Thanks &Regards
Ravindra
may be from database, it might be into string format.
Try to convert it into number like Kush suggested with Date# & mention your format
Hi all,
Now it is working fine thank you all.
Try this:
For Example your date field is SalesDate.
Write like this:
>> Date(SalesDate,' MMM DD') as SalesDate_New
Regards,
Nagarjuna