Share ideas, ask questions, and get feedback about developing for ProcessMaker
Forum rules: Please post new questions under "Developing processes & programming" for ProcessMaker 2 or 3.
By HelenG
#784014
Hello,

I try to change the format of one of my date fields with the code from http://wiki.processmaker.com/index.php/ ... alue.28.29 and it doesn't work.
I don't know where is the mistake...
I appreciate any help.

/*CODE*/
function twoDigits(num) {
return (num < 10 ? "0" : "") + num;
}
function change(){

var d = new Date(getField("start_date").value);
var s = twoDigits(d.getMonth()) + '-' + twoDigits(d.getDate()) + '-' + d.getFullYear();
getField("end_date_of_trial").value = s;
}

leimnud.event.add(getField("start_date"), 'change', change);
/*END_OF_CODE*/


Thanks in advance.

Being the best in the started business is the obje[…]

Winzo is a popular and unique game on the mobile p[…]

Cannot create process using templets

Real details. The problem was solved by effect!

However, it is essential to use it responsibly and[…]