[
https://issues.apache.org/jira/browse/JSPWIKI-460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12657799#action_12657799
]
Florian Holeczek commented on JSPWIKI-460:
------------------------------------------
Hi Nicola,
the common way of contributing code is attaching it as a patch to the issue.
This way, the project team is able to review and integrate it.
Have a look at http://www.jspwiki.org/wiki/ContributingChanges
Regards
Florian
> Add current time stamp to WikiVariables
> ---------------------------------------
>
> Key: JSPWIKI-460
> URL: https://issues.apache.org/jira/browse/JSPWIKI-460
> Project: JSPWiki
> Issue Type: Improvement
> Reporter: NicolaFischer
> Priority: Minor
>
> Hi,
> i would like to add a current time stamp to the wikivariables to use it in
> different plugins (f.e Formhandler).
> Input:
> Call with [{$identifier=time format}]
> f.e. [{$timestamp=yyyyMMdd}]
> Output:
> 20081219
> Explanation:
> 1. "timestamp" as identifier for the variable
> 2. after the "=" come the "time format". (Examples: yy-MM-dd hh:mm,
> yyyy.MM.dd)
> Exception: if the "time format" is null or wrong, a message appears.
> The changes would be made in the VariablesManager.java. I have the code ready
> and tested.
> Question: How can I achieve Commitrights?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.