Export to PDF is not working for Quarter

Hi,
When I am zooming my gantt to quarter level its showing the proper Q1,Q2,Q3,Q4 under respective year scale, but when I am going for Export to PDF function then in the PDF downloaded instead of Q1,Q2,Q3,Q4 , I am getting 01 Jan, 01 Apr, 01 Jul, 01 Oct respectively.

Please help me in fixing this.

I am using http://export.dhtmlx.com/gantt/api.js API to export.

Hello Sangram,
You need to export with the raw: true parameter:
https://docs.dhtmlx.com/gantt/desktop__export.html#exportingcustommarkupandstyles
Here is an example:
http://snippet.dhtmlx.com/5/4a3f100ed

Thank you ramil

It worked.