kalvn's links
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • ATOM Feed
  • Daily Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Display

Filter untagged links
DataWeave Recipe: Adding days to a date with the input provided as an integer
03/09/2018 10:57:37

Ajouter une période dynamiquement à partir d'un paramètre ou d'une entrée de l'utilisateur.

%dw 1.0
%output application/json
---
{   
  added: (|1900-01-01| + ("P" ++ flowVars.dayAdd as :string ++ "D") as :period)
}
dataweave date mule
https://www.atpeaz.com/dataweave-recipe-adding-days-date-input-provided-integer/
2179 links
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn