Need to get minimum date, but on or after current date
Hi,
In a page script, I want to display next up-coming date of a specific userid.
I managed only to script the get minimum date, but I don't see how to add the "on or after the current date" part.
Here is my script :
input.ProchaineLivraison = Calendrier_maitre[Courriel_Abonne = zoho.loginuserid].minimum(Date_Livraison);
How would I add the => zoho.currentdate in this script ?
Sylvain