Summary: | Create a function __dateTimeConvert(sourceDate, dateFormat, targetFormat, varName) | ||
---|---|---|---|
Product: | JMeter | Reporter: | Philippe Mouawad <p.mouawad> |
Component: | Main | Assignee: | JMeter issues mailing list <issues> |
Status: | RESOLVED FIXED | ||
Severity: | enhancement | CC: | orimarko, p.mouawad |
Priority: | P2 | ||
Version: | 3.3 | ||
Target Milestone: | --- | ||
Hardware: | All | ||
OS: | All | ||
Attachments: |
Patch with new DateConvert function and tests
Patch with new DateConvert function and tests |
Description
Philippe Mouawad
2017-11-07 19:39:12 UTC
Created attachment 35525 [details]
Patch with new DateConvert function and tests
Author: pmouawad Date: Mon Nov 13 20:56:28 2017 New Revision: 1815132 URL: http://svn.apache.org/viewvc?rev=1815132&view=rev Log: Bug 61735 - Create a function __dateTimeConvert(sourceDate, dateFormat, targetFormat, varName) Contributed by orimarko at gmail.com Bugzilla Id: 61735 Added: jmeter/trunk/src/functions/org/apache/jmeter/functions/DateTimeConvertFunction.java (with props) jmeter/trunk/test/src/org/apache/jmeter/functions/TestDateTimeConvertFunction.java (with props) Modified: jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties jmeter/trunk/xdocs/changes.xml jmeter/trunk/xdocs/usermanual/functions.xml Created attachment 35526 [details]
Patch with new DateConvert function and tests
Add Apache License to new classes
I Added in the attachment the Apache License to the comments at the beginning of the new classes Hello You patch have already been merged with slight modifications (classes renamed among those) and I had fixed the headers. Thanks. |