Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All ,
how can i get date format in calender object.
how can i achieve this .
thanks,
Hi Pradeep,
Through the object properties -> Number -> Override Document Settings -> Date
Does that work for you?
With kind regards,
Ronald
Ronald ,
thanks for quick reply its not working i need batch date from to batch date to
as shown in pic.
any idea let me know .
thanks ,
pradeep
Your question is not sufficient to reply, How is your date field looks like before move to the Date objects??
Hi Pradeep,
I'm not sure I understand your question entirely.
Do you want to adjust the formatting of the date? In that case just enter DD/MM/YYYY in the Format Pattern box in the Object Properties.
Ronald ,
formate i made i just want to get that format from to To.
as it shown,
thanks,
What format you are seeing your calendar object? The one you posted initially the snapshot is that not you can see? If not what exactly you want to see in those objects?
to change the calender objecter format you can change the format of date in script and bring that field in from and to date calender object
Can you please attached sample data.
Regards,
Anand
Mohammad ,
Already i tried back end but when i changing in from and to using min and max
=date(date#(min(BatchDate2),'YYYYDDMM'),'DD/MM/YYYY')
=date(date#(max(BatchDate2),'YYYYDDMM'),'DD/MM/YYYY')
but it showing this way.