Our pure JavaScript Scheduler component


Post by sarfarazsajjan »

Hi, I want to format my date in tool tip.
I tried below 2 ways

1- End Date-${data.eventRecord.siteDate}<br>
2- End Date-  ${DateHelper.format(data.eventRecord.siteDate, 'DD/MM/YYYY')} <br>

attached image for both
1 is showing date with full date format
2 is showing null

I want simple date in dd,mm,yyyy format.

Please help

Attachments
date helper.jpg
date helper.jpg (12.57 KiB) Viewed 129 times

Post by alex.l »

Hi,

Does your field have Date type?

Please post move code so we will be able to test your solution.

All the best,
Alex


Post Reply