I frequently see a lot of request to convert date formats: -https://stackoverflow.com/questions/47165086/how-to-convert-datetime-in-jmeter-using-beanshell-sampler
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.
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4572