Questions and discussion about using ProcessMaker: user interface, running cases & functionality
#815069
First read this about how to set the max and min dates using triggers:
http://wiki.processmaker.com/3.1/Dateti ... _variables

Your trigger code would be like this:
Code: Select all
if (empty(@@dueDate)) {
   //use 'Y-m-X H:i:s' if you need hours, minutes and seconds:
   @@minDate = date('Y-m-01');  //start of month
   @@maxDate = date('Y-m-t'); //end of month
   @@defaultDate = date('Y-m-d');  //today
}
Change "dueDate" to the variable for your datetime field.
Want to create your own meme coin?

In the world of cryptocurrencies, a unique and exc[…]

The market for cryptocurrencies is demonstrating a[…]

What's SAP FICO?

Embarking on a dissertation can be one of the most[…]

Hello. For rental housing, there are software solu[…]