Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

get the today's date into word document

azfa
Contributor
November 15, 2012

How can i get the today's date into word docuemnt. What is the coding do i need to add in the .vm file

4 answers

0 votes
mwarton
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 21, 2013

As an alternative you can use a plugin to make this process much easier. Intelligent Reports lets you design your template in Microsoft Word directly, and then easily point and click to choose what data goes where in the document without any coding involved. You also have the benefit of not needing to maintain a custom installation of JIRA, and avoiding breakages when you want to upgrade. The small cost of the plugin could save a lot of engineering time.

0 votes
tousifs
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 18, 2012

you have .class file associated to your velocity template.

you need to put it there.

https://developer.atlassian.com/display/JIRADEV/Report+Plugin+Module

please go through above link it will be helpfule to you.

regards,

tousif shaikh

0 votes
azfa
Contributor
November 18, 2012

Do i need to write this coding in .vm file?

map mp=new map();

mp.put("dateobj",date.now());

0 votes
tousifs
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 15, 2012

Hi,

your able to Generate the report in excel sheet or word document. or you can use Servelet to do same.

Report.class file or where you have defined your business logic there you need to put the date.

e.g.

map mp=new map();

mp.put("dateobj",date.now());

and you can use the map object to velocity.

where you can simply use $dateobj you can use current date.

Regards,

tousif shaikh.

azfa
Contributor
November 18, 2012

Do i need to write this coding in .vm file?

map mp=new map();

mp.put("dateobj",date.now());

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events