date

How to get the date a task became available.

Is there a groovy script or any other way to find the date when the process moves to the next task?

Date selected on form, assign task to user when date and time is reached.

Dear Sir/Mdm,

I have a form with date and duration (time) widget. I want to know when the user set a date and time in the widget, he/she can trigger the next task to user on the date time he/she select? Can it be done?

Thanks!

:)

Date displayed on app page is one day behind the date chosen in date picker on instantiation form

The date field shows up a day behind on my app page. I use the Today button and it's correct in the instantiation form, but displays as yesterday in the table widget on the app page. Same thing if I choose another date in the date picker. I scoured the forum and found that it seems related to the Time Zone, but I haven't found a solution other that change the time zone to UTC on my PC.

Is there a way to display or store the date in the local timezone instead of UTC?

How to calculate days difference between two Dates variable & display the result in the text field?

I am trying to calculate difference between two dates and display the days difference in text field using Bonita BPM Community 7 Version 7.3.1. I am new to Bonita give me some idea that on which event i have to calculate Date difference and display in text field. There is no onselect like events for input type Date in Bonita?

How to calculate days difference between two Dates variable & display the result in the text field?

I am trying to calculate difference between two dates and display the days difference in text field using Bonita BPM Community 7 Version 7.3.1. I am new to Bonita give me some idea that on which event i have to calculate Date difference and display in text field. There is no onselect like events for input type Date in Bonita?

[ Solved] Contract violation, Date Null

Good morning,

I asked this question on the French bonita forum but with no answer, I try now with the English community, forgive my English please :d.

I use a form to recover some data and a deadline date that the user CAN indicate.

This date is not mandatory, the datepicker is displayed only if a radio button is selected.

The problem now is that that the DatePicker widget starts by default on the current date, the variable "deadline" is instantiated by default to null in the Input JSON. Now, if no date is specified by the user, an error message appears:

[Résolu] Violation de contrat Date Null

Bonjour,

J'utilise un formulaire me permettant de récupérer plusieurs données dont une date d'échéance que l'utilisateur doit indiquer.

Cette date d'échéance n'est pas obligatoire, elle n'est à entrer seulement si un bouton radio est coché, le datepicker est donc parfois non affiché.

Le problème maintenant est que afin que le widget DatePicker démarre par défaut sur la date du jour, la variable "echeance" est instanciée par défaut à null. Maintenant, si aucune date n'est indiquée par l'utilisateur, un message d'erreur apparait :

How do i calculate the difference in days between to date fields using Javascript?

Dear BonitaSoft Community,

I have a little problem. I have two date field inputs and one textfield that should show the difference between the two dates.

The javascript goes like this:

How to calculate a duration between two time variable & display the result in the same form?

Hi all,

I am currently creating daily movement in office workflow using Bonita BPM Community version. The idea is to track how many hours were spent by an employee during their outside job.

My plan for the first form is to create 3 widget to calculate total expected time;

  1. Time to leave the office
  2. Expected time to be back
  3. Total expected time

METHOD 1

Changer le format de la date en script groovy

Voici mon code :

String.format(" Bonjour, vous avez une demande d'achat faite le %s par %s %s à analyser. ",date_demande, prenom_demandeur, nom_demandeur);

J'aimerais que le format date soit de type "31/12/2014"

Notifications